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 /flashrunner/index.html | |
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 'flashrunner/index.html')
-rw-r--r-- | flashrunner/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flashrunner/index.html b/flashrunner/index.html index 5e3df2c..dea770f 100644 --- a/flashrunner/index.html +++ b/flashrunner/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> @@ -37,7 +38,7 @@ <div class="container w-75 mb-4 content_box shadow rounded-2"> <center> <br/> -<img src="../img/flashrunner.png" width="512" height="309"></img> +<img src="../img/flashrunner.png" width="90%" height="309"></img> <br/> <h1 class="wtext content_title">FlashRunner</h1> <span class="wtext content_text"> |