-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (20 loc) · 851 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
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, shrink-to-fit=no"
/>
<!-- muse-ui -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- mystylesheet -->
<title>地铁助手</title>
<!-- 高德地图API -->
<script type="text/javascript" src="http://webapi.amap.com/subway?v=1.0&key=ef4dd8373a9321e5b81fc19eca9c67b5&callback=cbk"></script>
<script type="text/javascript" src="http://webapi.amap.com/maps?v=1.4.6&key=ef4dd8373a9321e5b81fc19eca9c67b5"></script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>