From 511b9d1f40c456c8d5dc0f75fd5315d80d838e62 Mon Sep 17 00:00:00 2001 From: maxiaofang <2052523195@qq.com> Date: Tue, 11 Nov 2025 17:19:33 +0800 Subject: [PATCH] Feat: Add basic login.html file Creates the initial HTML structure...Relates to #1 --- login.html/login.html.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 login.html/login.html.txt diff --git a/login.html/login.html.txt b/login.html/login.html.txt new file mode 100644 index 0000000..72ac7b8 --- /dev/null +++ b/login.html/login.html.txt @@ -0,0 +1,14 @@ + + + + Login Page + + +

User Login

+
+ Username:
+ Password:
+ +
+ + \ No newline at end of file