diff options
author | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2022-11-30 18:34:05 +0200 |
---|---|---|
committer | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2022-11-30 18:34:05 +0200 |
commit | fa6a26566be3cf71e8e98da163e708cd069a6a96 (patch) | |
tree | 12a5e063231e079f4b3aa709d413ecfcfd5b90b0 | |
parent | 85c02c3468656a85389018e4d23fc9e8a344f4a7 (diff) | |
download | VoidNet_Site-fa6a26566be3cf71e8e98da163e708cd069a6a96.tar.gz VoidNet_Site-fa6a26566be3cf71e8e98da163e708cd069a6a96.tar.zst |
Add missing space
-rw-r--r-- | about/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about/index.html b/about/index.html index 0a8340f..c52fc4d 100644 --- a/about/index.html +++ b/about/index.html @@ -8,7 +8,7 @@ <html> <head> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.bundle.min.js" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript"></script> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css"crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/> +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/css"/> <link rel="stylesheet" href="/css/voidnet.css" type="text/css"/> <title>About - VoidNet</title> </head> |