diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/about.html | 10 | ||||
| -rw-r--r-- | www/index.html | 27 | ||||
| -rw-r--r-- | www/test.html | 4 |
3 files changed, 14 insertions, 27 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> diff --git a/www/index.html b/www/index.html index 4b5907f..65a72c9 100644 --- a/www/index.html +++ b/www/index.html @@ -10,29 +10,10 @@ </header> <div id="section-div"> <section style="padding-top: 10px"> - <h1> What is this? </h1> - <p> > This is an HTML page! </p> - <p> > It exists! </p> - </section> - <section> - <h1> Why does this exist? </h1> - <p> > Funny haha </p> - <p> > I'm learning how to webpage from nothing </p> - </section> - <section> - <h1> What is it running? </h1> - <p> > This server is run by the shitty python code I wrote </p> - <p> > Server does not use flask or any other similar python web frameworks </p> - <p> > It primarily uses standard python libraries, with 1 library being an exception </p> - <p> > <i> aiofiles </i> - for asynchronous file I/O </p> - </section> - <section> - <h1> Where can I see the shitty python code you wrote? </h1> - <p> > You can check the shitty python code I wrote at my GitHub </p> - <p> > here's comically large button to help you navigate to there </p> - <p style="padding-top: 12px;text-align: center"> - <button id="git-butt" class="btn btn-success" onclick="window.open('https://github.com/UltraQbik/httpy','_blank')"> OPEN GITHUB NOW </button> - </p> + <h1> Links to content </h1> + <p><a href="about">About</a></p> + <p><a href="test">Testing</a></p> + <p><a>Projects <i>[WIP]</i></a></p> </section> </div> <footer> diff --git a/www/test.html b/www/test.html index 77d376d..b3f38f3 100644 --- a/www/test.html +++ b/www/test.html @@ -6,14 +6,14 @@ </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> The Mighty HTML Testing Page </b> </div> </header> <div id="section-div"> <section> <h1> APIv1 Testing page </h1> <p> You are supposed to see that, it's not a bug </p> - <p> This is a small API / webserver testing page, so feel free to click on downloads to see if they work </p>x + <p> This is a small API / webserver testing page, so feel free to click on downloads to see if they work </p> </section> <section> <h1> File download test </h1> |