From 4e1a7cdfd5985948f84149227ffa26379acd7444 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Wed, 3 Dec 2014 12:16:02 +0200 Subject: login page template --- res/templates/login.html | 59 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 res/templates/login.html (limited to 'res') diff --git a/res/templates/login.html b/res/templates/login.html new file mode 100644 index 00000000..afcc403f --- /dev/null +++ b/res/templates/login.html @@ -0,0 +1,59 @@ + + + + +Rhizi Sandbox Login + + + + + + +
+
+
Rhizi Sandbox Login
+
+ + +
+ + +

+ +

+
+
+ {% if login_failed %}Login Failed{% endif %} +
+
+ + + \ No newline at end of file -- cgit v1.3.1