From f4e6da16c9cc7490ba2755786a4c2078fa4c085b Mon Sep 17 00:00:00 2001 From: hakangunturkun Date: Mon, 2 Mar 2020 11:30:22 -0600 Subject: sign in page --- templates/signin.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 templates/signin.html (limited to 'templates') diff --git a/templates/signin.html b/templates/signin.html new file mode 100644 index 0000000..cf5f486 --- /dev/null +++ b/templates/signin.html @@ -0,0 +1,35 @@ +{% extends "about.html" %} +{% block title %}User Sign In{%endblock%} +{% block content %} + + + + + + +
+ {{ super() }} + +
+

Login        

+ or create an account +
+
+
+
+ +
+
+ + + +
+
+ If you forgot your password, you can send email us to get a new one. Please use your e-mail in the system. You can send to hakan@uthsc.edu +
+ + + + + +{% endblock %} \ No newline at end of file -- cgit v1.2.3