diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-22 03:00:37 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-22 03:00:37 +0300 |
| commit | eedb57f893986091887d1a889d6752ea4b06ba2a (patch) | |
| tree | 92aee69db8d6dba0e3b42341c8b40553c7ced851 /www/index.html | |
| parent | 76ac2995b1c460f852816a3271fc7777d12b632d (diff) | |
| download | httpy-eedb57f893986091887d1a889d6752ea4b06ba2a.tar.gz httpy-eedb57f893986091887d1a889d6752ea4b06ba2a.zip | |
Add simple HTML minimizer for gooder compression
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index e787340..c2ef300 100644 --- a/www/index.html +++ b/www/index.html @@ -23,7 +23,7 @@ <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 2 libraries being an exception </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> |