From 0604bea33342d03cb0e4284eed96b123db94a47c Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Wed, 29 Oct 2025 09:49:51 +0100 Subject: [PATCH] a few more things --- core/http_share.py | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) 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):
Simple file & text sharing — local network
{body_content} + {initial_data_script}