-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (21 loc) · 822 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>POIManager</title>
<!-- <x-compile> -->
<!-- <x-bootstrap> -->
<link rel="stylesheet" href="bootstrap.css">
<script src="http://static.pinpointers.com/Lib/Sencha/ExtJS/4.2.1/ext-dev.js"></script>
<script src="bootstrap.js"></script>
<!-- </x-bootstrap> -->
<script src="http://maps.google.com/maps/api/js?sensor=false" id="GoogleMapsAPI"></script>
<script src="resources/lib/addpoitool.js" id="AddPOITool"></script>
<script src="resources/lib/markerwithlabel.js" id="MarkerWithLabel"></script>
<script type="text/javascript" src="app.js"></script>
<!-- </x-compile> -->
<link rel="stylesheet" href="resources/css/mainapp.css">
</head>
<body>
</body>
</html>