diff options
| author | Qubik <89706156+UltraQbik@users.noreply.github.com> | 2024-08-20 18:00:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 18:00:47 +0200 |
| commit | 230d8db6784f78cdd3623f37356fdb8a296b9d8f (patch) | |
| tree | 94e8c97bbc95b6ee531abfc4bdb1d8a6812662ff /www | |
| parent | d68322bdab4c90e4a887300cd1460f286e34d565 (diff) | |
| parent | eb4697d192c636fe9183dbc1caf1e1f693117141 (diff) | |
| download | httpy-230d8db6784f78cdd3623f37356fdb8a296b9d8f.tar.gz httpy-230d8db6784f78cdd3623f37356fdb8a296b9d8f.zip | |
Merge pull request #1 from UltraQbik/rewrite
Rewrite
Diffstat (limited to 'www')
| -rw-r--r-- | www/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index d860e13..6ba0e5b 100644 --- a/www/index.html +++ b/www/index.html @@ -23,7 +23,6 @@ <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> |