diff --git a/handlers.py b/handlers.py index 4ce2576..1355dcf 100644 --- a/handlers.py +++ b/handlers.py @@ -222,16 +222,66 @@ class FileServerHandler(BaseHTTPRequestHandler):
Quota: {available_mb} MB | Used: {used_mb:.2f} MB
-
+ + +
+ + + +
{files_html if files_html else "

No files yet.

"}

Logout Back to Home

+ + """