From e0ca887623682d059c6513a1ce36228d4e8c4f21 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 27 Mar 2026 11:29:40 +0100 Subject: Upload to web repo --- templates/login.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/login.html (limited to 'templates/login.html') diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..52d453a --- /dev/null +++ b/templates/login.html @@ -0,0 +1,19 @@ +{% extends "layout.html" %} + +{% block title %} + Log In +{% endblock %} + +{% block main %} +
+
+ +
+
+ +
+ +
+
+

New here? Register for a free account!

+{% endblock %} \ No newline at end of file -- cgit v1.2.3