diff options
author | yigit sever | 2021-04-16 13:40:17 +0000 |
---|---|---|
committer | yigit sever | 2021-04-16 13:40:17 +0000 |
commit | e81b6af56436be291adf31f770c6ef7e8ddfdbd0 (patch) | |
tree | b1d02cfccf1f3004f5a9e6bcc68dfef180c08150 /templates/header.html | |
parent | c28b07a494ea39f91283601251061366a9f5e93e (diff) | |
parent | 204dbc1f887f42e4a5ea734895ef36c5c434890f (diff) | |
download | gradecoin-e81b6af56436be291adf31f770c6ef7e8ddfdbd0.tar.gz gradecoin-e81b6af56436be291adf31f770c6ef7e8ddfdbd0.tar.bz2 gradecoin-e81b6af56436be291adf31f770c6ef7e8ddfdbd0.zip |
Merge pull request 'Add existing user get support' (#1) from usershow into main
Reviewed-on: https://git.yigitsever.com/yigit/gradecoin/pulls/1
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 /> |