mapsb/static/index.html

14 lines
605 B
HTML
Raw Normal View History

2016-01-26 14:23:03 +05:30
<!DOCTYPE HTML>
<html>
<head>
2016-01-27 22:03:54 +05:30
<title></title>
2016-01-26 14:23:03 +05:30
<meta charset="UTF-8"/>
<script>var config = {};</script>
2022-09-03 18:27:35 +02:00
<script src="https://api.mapbox.com/mapbox.js/v3.3.1/mapbox.js" type="text/javascript"></script>
2016-01-26 14:23:03 +05:30
<script src="/static/js/app.js?0" type="text/javascript"></script>
2022-09-03 18:27:35 +02:00
<link rel="stylesheet" type="text/css" href="https://api.mapbox.com/mapbox.js/v3.3.1/mapbox.css" />
2016-01-26 14:23:03 +05:30
<link rel="stylesheet" type="text/css" href="/static/css/app.css" />
<meta name="google" value="notranslate"/>
</head>
<body><div id="map"></div></body>
</html>