blob: 2fef4d38d13cbc959fbcd1187e58c9d27115cd45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!doctype html>
<html lang="fr">
<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>
|