TiledViz
Loading...
Searching...
No Matches
base_test.html
1<!DOCTYPE HTML>
2<html>
3 <head>
4 <meta charset="utf-8" />
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 {% block title %}{% endblock %}
7 </head>
8
9 <body>
10 {% block body %}{% endblock %}
11 <script type="text/javascript">
12 //Removing leaving page alert
13 window.onbeforeunload = null;
14 </script>
15 </body>
16</html>