aboutsummaryrefslogtreecommitdiffstats
path: root/templates/header.html
blob: 1c9136e2745e8c429696410fb66181bd7e616776 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Gradecoin | Users</title>
        {% include "css.html" %}
    </head>
    <body>
        <div>
            <h1>Registered Users</h1>
        </div>
        <hr />