aboutsummaryrefslogtreecommitdiffstats
path: root/templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/header.html')
-rw-r--r--templates/header.html5
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 />