From b2f5ebdc623c5cf278215ef2da0ecefaba2f5d65 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Feb 2025 01:52:16 +0800 Subject: login: Stub login page --- templates/login.html.tmpl | 54 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 templates/login.html.tmpl (limited to 'templates/login.html.tmpl') diff --git a/templates/login.html.tmpl b/templates/login.html.tmpl new file mode 100644 index 0000000..ca9d87e --- /dev/null +++ b/templates/login.html.tmpl @@ -0,0 +1,54 @@ +{{- define "login" -}} + + + + {{ template "head_common" . }} + Login – Lindenii Forge + + +
+
+ + + + + + + + + + + + + + + + + + + + + +
+ Password Authentication +
Username + +
Password + +
+
+
+
+
+ +
+
+
+
+
+ + + +{{- end -}} -- cgit v1.2.3