diff --git a/css/favicon/favicon.ico b/css/favicon/favicon.ico index 69490ce..3c46a17 100644 Binary files a/css/favicon/favicon.ico and b/css/favicon/favicon.ico differ diff --git a/html/base/index.html b/html/base/index.html index 80d5599..937e745 100644 --- a/html/base/index.html +++ b/html/base/index.html @@ -100,9 +100,5 @@ - - diff --git a/webserver.py b/webserver.py index 77c4847..605516e 100644 --- a/webserver.py +++ b/webserver.py @@ -4,7 +4,6 @@ import threading import subprocess from http.server import BaseHTTPRequestHandler, HTTPServer import mimetypes -from functools import lru_cache from jsmin import jsmin # pip install jsmin import time @@ -60,6 +59,9 @@ H2 = random.choice(H2_CANDIDATES) if H2_CANDIDATES else H1 # cahcing was a bad, idea, servertime got stuck. it is now a variable ;) def index_footer(): return f""" + """