aboutsummaryrefslogtreecommitdiffstats
path: root/web/templates/layout.html
blob: ff4077d6ccf02be49b7459c3f80a8809aaeed594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <script src="static/js/jquery.js"></script>
    <script src="static/js/jquery.imagemapster.js"></script>
    <script src="static/js/main.js"></script>
    <link rel="stylesheet" href="static/css/style.css">

  <title>DjVu/Wikisource visualization</title>
</head>

<body>
{% block main %}
{% end %}
</body>
</html>