54 lines
2.1 KiB
HTML
54 lines
2.1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>GMBA Connect</title>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<!--[if lte IE 8]><script src="{% static 'app/assets/js/ie/html5shiv.js' %}"></script><![endif]-->
|
|
<!--[if lte IE 8]><link rel="stylesheet" href="{% static 'app/assets/ss/ie8.css' %}" /><![endif]-->
|
|
<!--[if lte IE 9]><link rel="stylesheet" href="{% static 'app/assets/ss/ie9.css' %}" /><![endif]-->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.5/es5-shim.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<![endif]-->
|
|
<link rel="stylesheet" href="{% static 'app/assets/js/leaflet/leaflet.css' %}">
|
|
<link rel="stylesheet" href="{% static 'app/assets/css/blaze.min.css' %}">
|
|
<link rel="stylesheet" href="{% static 'app/assets/css/material-icons.css' %}">
|
|
|
|
<link rel="stylesheet" href="{% static 'app/gmba-index.css' %}">
|
|
</head>
|
|
<body>
|
|
<blaze-site>
|
|
|
|
<!-- Main -->
|
|
<main>
|
|
<div class="container">
|
|
<gmba-search></gmba-search>
|
|
<noscript>
|
|
<u>This application requires JavaScript to work.</u>
|
|
</noscript>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<h5 style="display:none"><a href="#" id="logo"><em>GMBA</em> Connect</a></h5>
|
|
|
|
</blaze-site>
|
|
|
|
<!-- Riot tags -->
|
|
<script src="{% static 'app/gmba-search.tag' %}" type="riot/tag"></script>
|
|
|
|
<!-- Scripts -->
|
|
<script src="{% static 'app/assets/js/zepto.min.js' %}"></script>
|
|
<script src="{% static 'app/assets/js/qs.min.js' %}"></script>
|
|
<script src="{% static 'app/assets/js/leaflet/leaflet.js' %}"></script>
|
|
<script src="{% static 'app/assets/js/leaflet/leaflet.ajax.min.js' %}"></script>
|
|
<script src="{% static 'app/assets/js/riot+compiler.min.js' %}"></script>
|
|
<script src="{% static 'app/assets/js/rg.min.js' %}"></script>
|
|
|
|
<script language="JavaScript">riot.mount('gmba-search')</script>
|
|
|
|
</body>
|
|
</html>
|