-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
21 lines (20 loc) · 884 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CartoCrayon</title>
<link rel="stylesheet" href="resources/public/css/styles.css">
<link href='//api.tiles.mapbox.com/mapbox.js/v1.5.2/mapbox.css' rel='stylesheet'>
</head>
<body>
<div id="app"></div>
<script src="lib/topojson.js"></script>
<script src="lib/chromath.min.js"></script>
<script src="http://api.tiles.mapbox.com/mapbox.js/v1.5.2/mapbox.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/react/0.5.1/react.min.js"></script>
<script src="resources/public/js/out/goog/base.js" type="text/javascript"></script>
<script src="resources/public/js/app.js" type="text/javascript"></script>
<script type="text/javascript">goog.require("carto_crayon.app");</script>
</body>
</html>