diff options
author | Yigit Sever | 2021-04-16 16:39:23 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-16 16:39:23 +0300 |
commit | e7cd705175abb820cd4bfdb28693615ef2171597 (patch) | |
tree | f566559baf0dd3aadd4caad0f8929c26a6463309 /templates/header.html | |
parent | 764aede8aae695981ee00c1aea3e82253aca02b7 (diff) | |
download | gradecoin-e7cd705175abb820cd4bfdb28693615ef2171597.tar.gz gradecoin-e7cd705175abb820cd4bfdb28693615ef2171597.tar.bz2 gradecoin-e7cd705175abb820cd4bfdb28693615ef2171597.zip |
Add existing user get support
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 5 |
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 /> |