From e1f20a2ac19d220d3958029d24447860c147c296 Mon Sep 17 00:00:00 2001 From: XOF Date: Mon, 15 Dec 2025 01:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20templates/login.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/login.html | 164 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 templates/login.html diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..c9df703 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,164 @@ + + + + + + Login - Secure Site Proxy + + + +
+

🔒 Secure Login

+ {{if .Error}} +
+ Invalid username or password +
+ {{end}} +
+
+ + +
+
+ + +
+ +
+ +
+ + \ No newline at end of file