diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-07-30 00:15:29 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-07-30 00:15:29 +0300 |
commit | 09e06e034428608bcf8c2c09d6f84e603dbb75c9 (patch) | |
tree | d1ebf01fd87899541f4636987e590755d679bf10 /wizardbot | |
parent | 8a67fcfc292ec2a2d6dc7152d7c3c8b20038d289 (diff) | |
download | VoidNet_Site-09e06e034428608bcf8c2c09d6f84e603dbb75c9.tar.gz VoidNet_Site-09e06e034428608bcf8c2c09d6f84e603dbb75c9.tar.zst |
Added about page, fixed size of image in FlashRunner page to not go over borders and changed width of contact page input elements
Diffstat (limited to 'wizardbot')
-rw-r--r-- | wizardbot/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizardbot/index.html b/wizardbot/index.html index fc3fc4c..50d4117 100644 --- a/wizardbot/index.html +++ b/wizardbot/index.html @@ -28,6 +28,7 @@ <li><a class="dropdown-item wtext dropdown_item_transition" href="https://twitter.com/VoidNetServers" target="_blank" rel="noopener noreferer">VoidNet Twitter</a></li> <li><a class="dropdown-item wtext dropdown_item_transition" href="https://discord.gg/dZ7Kd2RqSv" target="_blank" rel="noopener noreferer">VoidNet Discord</a></li> <li><a class="dropdown-item wtext dropdown_item_transition" href="../contact.php">Contact</a></li> +<li><a class="dropdown-item wtext dropdown_item_transition" href="../about.html">About</a></li> </ul> </li> </ul> |