diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 27 |
1 files changed, 4 insertions, 23 deletions
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> |