about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-19 23:39:15 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-19 23:39:15 +0300
commitba8cc81c8d8a4032cf130f8ec34f166b089420bf (patch)
tree1933c9f906cebba4fea74b95bbfe91f27e8023d4
parentb860eb988c0d9fa977b4075ff42e6093b1e52809 (diff)
downloadhttpy-ba8cc81c8d8a4032cf130f8ec34f166b089420bf.tar.gz
httpy-ba8cc81c8d8a4032cf130f8ec34f166b089420bf.zip
Change some words
-rw-r--r--index.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/index.html b/index.html
index 43533bb..4f2ae64 100644
--- a/index.html
+++ b/index.html
@@ -16,13 +16,18 @@
                 <h1> Why does this exist? </h1>
                 <p> > Funny haha </p>
                 <p> > I'm learning how to webpage from nothing </p>
-                <p> > The webserver was written using python </p>
-                <p> > Python with only* standard libraries, without flask (or anything similar) </p>
-                <p> > only 2 additional libraries are 'aiofiles' and 'htmlmin' </p>
+            </section>
+            <section>
+                <h1> What is it running? </h1>
+                <p> > This server is run by my shitty python code </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 (although I have gzip compression as well) </p>
             </section>
             <section>
                 <h1> Useless button section? </h1>
-                <button id="cool-butt"> <b> Useless button section </b> </button>
+                <button id="cool-butt"> <b> Useless button section. </b> </button>
             </section>
         </div>
     <footer>