-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMapPopup.html
More file actions
24 lines (24 loc) · 1.23 KB
/
Copy pathMapPopup.html
File metadata and controls
24 lines (24 loc) · 1.23 KB
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>
<title>Cellwx</title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<link rel="stylesheet" href="cellwxstyle.css">
<script src="http://momentjs.com/downloads/moment.min.js"></script>
<script src="http://momentjs.com/downloads/moment-timezone-with-data-2010-2020.min.js"></script>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.js"></script>
<script src="http://code.highcharts.com/stock/highstock.js"></script>
<script src="http://code.highcharts.com/highcharts-more.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>
<script src="/GraphRenderMap.js"></script>
</head>
<body>
<div data-url="index" data-role="page" id="index" data-ajax="true">
<div data-role="content">
<div id="container2" style="width:100%; height: 500px;"></div>
</div>
</div>
</body>
</html>