aboutsummaryrefslogtreecommitdiffstats
path: root/templates/header.html
diff options
context:
space:
mode:
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 />