forked from nodename/mc-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.html
24 lines (22 loc) · 906 Bytes
/
dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<script type= "text/javascript">
google = {};
</script>
<script type='text/javascript' id='lt_ws' src='http://localhost:53004/socket.io/lighttable/ws.js'></script>
<style type="text/css">
html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#content { float: left; width: 100%; height: 100% }
</style>
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
</head>
<body>
<div id="content"></div>
<script src="http://fb.me/react-0.9.0.js"></script>
<script src="out/dev/goog/base.js" type="text/javascript"></script>
<script src="mc_map.dev.js" type="text/javascript"></script>
<script type="text/javascript">goog.require("mc_map.core");</script>
</body>
</html>