From 34a2a69a28457f5b58c357cb19f091330cca6110 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 20 Sep 2025 19:54:13 -0700 Subject: Don't use http basic auth I think http basic auth kind of sucks --- templates/login.html.template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/login.html.template (limited to 'templates') diff --git a/templates/login.html.template b/templates/login.html.template new file mode 100644 index 0000000..658d477 --- /dev/null +++ b/templates/login.html.template @@ -0,0 +1,13 @@ +{{define "head"}}Login{{end}} + +

{{.Error}}

+ +
+
+
+ + + +
+
+
-- cgit v1.3.1