From c3af385908866291109afb8cf8779da555a9922a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 2 Sep 2018 04:57:06 +0200 Subject: Simple login screen. --- templates/html/login.html | 77 ++++++++++++++++++++++++++++++++++++++++++++ templates/html/overview.html | 26 +++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 templates/html/login.html create mode 100644 templates/html/overview.html (limited to 'templates') diff --git a/templates/html/login.html b/templates/html/login.html new file mode 100644 index 0000000..0e88e83 --- /dev/null +++ b/templates/html/login.html @@ -0,0 +1,77 @@ + + + + + Sign in · Fripost Admin Panel + + + + + + + +
+ fripost | demokratisk e-post +
+ +
+ + + + +
+
+
+ + +
+
+ + +
+ + +
+
+ +
+ + + + + + + + diff --git a/templates/html/overview.html b/templates/html/overview.html new file mode 100644 index 0000000..fbf1b9d --- /dev/null +++ b/templates/html/overview.html @@ -0,0 +1,26 @@ + + + + + Account overview · Fripost Admin Panel + + + + + + + +
+ +
+
+ + +
+
+ + + + + + -- cgit v1.2.3