diff options
| -rw-r--r-- | index.html | 13 |
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> |