mapsb/static/index.html

15 lines
605 B
HTML
Raw Normal View History

2016-01-26 08:53:03 +00:00
<!DOCTYPE HTML>
<html>
<head>
2016-01-27 16:33:54 +00:00
<title></title>
2016-01-26 08:53:03 +00:00
<meta charset="UTF-8"/>
<script>var config = {};</script>
<script src="https://api.mapbox.com/mapbox.js/v2.2.2/mapbox.js" type="text/javascript"></script>
<script src="/static/js/app.js?0" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="https://api.mapbox.com/mapbox.js/v2.2.2/mapbox.css" />
<link rel="stylesheet" type="text/css" href="/static/css/app.css" />
<meta name="google" value="notranslate"/>
</head>
<body><div id="map"></div></body>
</html>