diff options
author | Yigit Sever | 2021-04-23 01:41:18 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-23 01:41:18 +0300 |
commit | 63d08a9f120e842dcc5a34a1db6b39957c643b30 (patch) | |
tree | 74fc517fb6f6a466806aae02248c5dc7020ee9f3 /templates/header.html | |
parent | e9bf8a1a85d9366e59ec7989772d4e16490f1273 (diff) | |
download | gradecoin-63d08a9f120e842dcc5a34a1db6b39957c643b30.tar.gz gradecoin-63d08a9f120e842dcc5a34a1db6b39957c643b30.tar.bz2 gradecoin-63d08a9f120e842dcc5a34a1db6b39957c643b30.zip |
[WIP] Done, untested
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/header.html b/templates/header.html index a142fad..1c9136e 100644 --- a/templates/header.html +++ b/templates/header.html | |||
@@ -1,10 +1,11 @@ | |||
1 | <html> | 1 | <html> |
2 | <head> | 2 | <head> |
3 | <title>Gradecoin</title> | 3 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
4 | <title>Gradecoin | Users</title> | ||
4 | {% include "css.html" %} | 5 | {% include "css.html" %} |
5 | </head> | 6 | </head> |
6 | <body> | 7 | <body> |
7 | <div> | 8 | <div> |
8 | <h1>Registered Users</h1> | 9 | <h1>Registered Users</h1> |
9 | </div> | 10 | </div> |
10 | <hr /> | 11 | <hr /> |