From aaff2c602030ac082e60fd60316a6cc6c569b7e7 Mon Sep 17 00:00:00 2001 From: XOF Date: Mon, 15 Dec 2025 04:56:22 +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 | 171 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 templates/login.html diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..b0b1acb --- /dev/null +++ b/templates/login.html @@ -0,0 +1,171 @@ + + + + + + Sign In - CloudDriveLite + + + +
+ +

CloudDriveLite

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