diff options
| author | yigit sever | 2021-04-16 13:40:17 +0000 |
|---|---|---|
| committer | yigit sever | 2021-04-16 13:40:17 +0000 |
| commit | c6b90ff7abe2122fbac8f9e1066bd8cecbf135cd (patch) | |
| tree | 9835fb758c15d1ed36b95b950e23bf883da87738 /templates/header.html | |
| parent | 9a9bc6522810d49a46f6762cca68daf81ba60390 (diff) | |
| parent | e7cd705175abb820cd4bfdb28693615ef2171597 (diff) | |
| download | gradecoin-c6b90ff7abe2122fbac8f9e1066bd8cecbf135cd.tar.gz gradecoin-c6b90ff7abe2122fbac8f9e1066bd8cecbf135cd.tar.bz2 gradecoin-c6b90ff7abe2122fbac8f9e1066bd8cecbf135cd.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 /> |
