aboutsummaryrefslogtreecommitdiffstats
path: root/templates/header.html
diff options
context:
space:
mode:
authorYigit Sever2021-04-23 01:41:18 +0300
committerYigit Sever2021-04-23 01:41:18 +0300
commit63d08a9f120e842dcc5a34a1db6b39957c643b30 (patch)
tree74fc517fb6f6a466806aae02248c5dc7020ee9f3 /templates/header.html
parente9bf8a1a85d9366e59ec7989772d4e16490f1273 (diff)
downloadgradecoin-63d08a9f120e842dcc5a34a1db6b39957c643b30.tar.gz
gradecoin-63d08a9f120e842dcc5a34a1db6b39957c643b30.tar.bz2
gradecoin-63d08a9f120e842dcc5a34a1db6b39957c643b30.zip
[WIP] Done, untested
Diffstat (limited to 'templates/header.html')
-rw-r--r--templates/header.html11
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 />