-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (26 loc) · 1 KB
/
index.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
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>graduation-design</title>
<link rel="stylesheet" href="http://cache.amap.com/lbs/static/main1119.css"/>
<link rel="stylesheet" href="http://cache.amap.com/lbs/static/AMap.TransferRender1120.css"/>
<link rel="stylesheet" href="./static/cropper.css">
</head>
<body>
<div id="app"></div>
<!--jquery库-->
<script src="http://apps.bdimg.com/libs/zepto/1.1.4/zepto.min.js"></script>
<script src="./static/js/jquery-2.1.4.js"></script>
<!--剪切插件-->
<script src="static/js/cropper.js"></script>
<!--调用高德地图的接口-->
<script src="https://webapi.amap.com/maps?v=1.4.4&key=5599474385bc68c979151e2232daf28e"></script>
<script src="//webapi.amap.com/ui/1.0/main.js"></script>
<script src="static/js/store.js"></script>
<script type="text/javascript">
//JSAPI回调入口
</script>
</body>
</html>