about summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-20 00:06:46 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-20 00:06:46 +0300
commitfa7e3e4afacaf160d1de370e001acbe0d554a865 (patch)
tree1597fd52ee96c9a3641e4a33abe30d1801d9aa2d /index.html
parent99bda1deac48a5f3e2210ca1f6f6d0f6829884e3 (diff)
downloadhttpy-fa7e3e4afacaf160d1de370e001acbe0d554a865.tar.gz
httpy-fa7e3e4afacaf160d1de370e001acbe0d554a865.zip
Style changes and word changes
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/index.html b/index.html
index 54c2684..d860e13 100644
--- a/index.html
+++ b/index.html
@@ -19,15 +19,25 @@
             </section>
             <section>
                 <h1> What is it running? </h1>
-                <p> > This server is run by my shitty python code </p>
+                <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 2 libraries being an exception </p>
                 <p> > <i> aiofiles </i> - for asynchronous file I/O </p>
                 <p> > <i> htmlmin </i> - for making html page slightly smaller (along with gzip) </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>
+            </section>
+            <section>
                 <h1> Useless button section? </h1>
-                <button id="cool-butt"> <b> Useless button section. </b> </button>
+                <p style="padding-top: 12px">
+                    <button id="cool-butt"> Useless button section. </button>
+                </p>
             </section>
         </div>
     <footer>