-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 1.07 KB
/
index.html
File metadata and controls
20 lines (20 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
<title>妙寄微信号</title>
<link rel="stylesheet" href="./static/theme/material-icons.css">
<link rel="stylesheet" href="http://cache.amap.com/lbs/static/AMap.WalkingRender.css">
<!-- <script src="http://webapi.amap.com/maps?v=1.3&key=2ed5112b80c22bcbf7236155d7008d25&plugin=AMap.Walking"></script> -->
<script src="http://webapi.amap.com/maps?v=1.4.2&key=2ed5112b80c22bcbf7236155d7008d25&plugin=AMap.Walking"></script>
<script src="http://webapi.amap.com/ui/1.0/main.js"></script>
<script type="text/javascript" src="http://cache.amap.com/lbs/static/WalkingRender.js"></script>
<!-- <script type="text/javascript" src="http://cache.amap.com/lbs/static/addToolbar.js"></script> -->
<script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="app-box"></div>
<!-- built files will be auto injected -->
</body>
</html>