diff options
Diffstat (limited to 'web/templates/layout.html')
| -rw-r--r-- | web/templates/layout.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/web/templates/layout.html b/web/templates/layout.html new file mode 100644 index 0000000..ff4077d --- /dev/null +++ b/web/templates/layout.html @@ -0,0 +1,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> |
