aboutsummaryrefslogtreecommitdiffstats
path: root/templates/header.html
diff options
context:
space:
mode:
authorYigit Sever2021-04-16 16:39:23 +0300
committerYigit Sever2021-04-16 16:39:23 +0300
commit204dbc1f887f42e4a5ea734895ef36c5c434890f (patch)
tree5fc3f838de25513c8f0b0eaf068a0b24b6f89619 /templates/header.html
parenta4667e5b15273bea2e5eb2f1b417b35e0de12e5e (diff)
downloadgradecoin-204dbc1f887f42e4a5ea734895ef36c5c434890f.tar.gz
gradecoin-204dbc1f887f42e4a5ea734895ef36c5c434890f.tar.bz2
gradecoin-204dbc1f887f42e4a5ea734895ef36c5c434890f.zip
Add existing user get support
Diffstat (limited to 'templates/header.html')
-rw-r--r--templates/header.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/header.html b/templates/header.html
index fffbefe..a142fad 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -1,11 +1,10 @@
1<html> 1<html>
2 <head> 2 <head>
3 <title>Bookstore</title> 3 <title>Gradecoin</title>
4 {% include "css.html" %} 4 {% include "css.html" %}
5 </head> 5 </head>
6 <body> 6 <body>
7 <div> 7 <div>
8 <h1>Bookstore</h1> 8 <h1>Registered Users</h1>
9 </div> 9 </div>
10 {% include "menu.html" %}
11 <hr /> 10 <hr />