about summary refs log tree commit diff
path: root/www/index.html
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-24 20:10:19 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-24 20:10:19 +0300
commit60eee2a7aab05d11050eaf5fc483db82900e9cae (patch)
tree4c70d5cb77c17e001924a99e6ca139728f3a8b77 /www/index.html
parent443b0216eec676360f9b835607301c3d7fd427d3 (diff)
downloadhttpy-60eee2a7aab05d11050eaf5fc483db82900e9cae.tar.gz
httpy-60eee2a7aab05d11050eaf5fc483db82900e9cae.zip
Update styles
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html27
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>