From 8a30e06af2359917a671b389b13194f455965b03 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 20 Jan 2018 15:46:44 +0100 Subject: Add simple unfinished login controller. It will not actually log you in yet, but will check email/password and report back if it is good or not. More tbd. --- templates/login.html | 15 +++++++++++++++ 1 file changed, 15 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..88698e2 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,15 @@ +
+
+ + +
+ +
+ + +
+ +
+ +
+
-- cgit v1.2.3