diff options
Diffstat (limited to 'www/about.html')
| -rw-r--r-- | www/about.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/www/about.html b/www/about.html index 3306fdb..aa0b57e 100644 --- a/www/about.html +++ b/www/about.html @@ -6,7 +6,7 @@ </head> <body> <header> - <div style="float: left; font-size: 20px"> <button onclick="window.location.href='/';"> sh%t go back </button> </div> + <div style="float: left"> <button onclick="window.location.href='/'" style="font-size: 20px">sh%t go back</button> </div> <div style="margin: auto; width: fit-content;"> <b> About The Mighty HTML Page </b> </div> </header> <div id="section-div"> @@ -41,7 +41,13 @@ <li> [EN] Discord server - <a href="https://discord.gg/W3DRNP3Wq6" target="_blank">https://discord.gg/W3DRNP3Wq6</a> </li> <li> [RU] Discord server - <a href="https://discord.gg/fYmvvGG28C" target="_blank">https://discord.gg/fYmvvGG28C</a> </li> </ul> - <p> I've realized I don't have many other ways, I might set up an email server for this domain in the future, but for now that's it </p> + <p> I've realized I don't have any other ways, I might set up an email server for this domain in the future, but for now that's it </p> + </section> + <section> + <h1> Can I see the source code? </h1> + <p> The source code is publicly available on GitHub, through <a href="https://github.com/UltraQbik/httpy" target="_blank">this link</a> </p> + <p> Feel free to send any website related issue or bugs to <a href="https://github.com/UltraQbik/httpy/issues" target="_blank">GitHub Issues</a> </p> + <p> If you found a way to improve the site, you could make a pull request, and I will make sure to check it out </p> </section> </div> <footer> |