diff --git a/core/http_share.py b/core/http_share.py index f68173f..a18a362 100644 --- a/core/http_share.py +++ b/core/http_share.py @@ -130,6 +130,19 @@ class FileShareHandler(BaseHTTPRequestHandler): background: #fafafa; }} .clearfix {{ display: block; }} + .footer {{ + margin-top: 16px; + padding-top: 12px; + border-top: 1px solid #eaeaea; + text-align: center; + font-size: 11px; + color: #888; + }} + .footer a {{ + color: #555; + text-decoration: none; + }} + .footer a:hover {{ text-decoration: underline; }}
@@ -139,6 +152,9 @@ class FileShareHandler(BaseHTTPRequestHandler):