summaryrefslogtreecommitdiffstats
path: root/templates/header.html
blob: fffbefe8e5c788e95e890b0d593ed5218f459b01 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
    <head>
        <title>Bookstore</title>
        {% include "css.html" %}
    </head>
    <body>
    <div>
        <h1>Bookstore</h1>
    </div>
    {% include "menu.html" %}
    <hr />