-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (23 loc) · 1002 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 http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="刘从军">
<title>秦淮区智慧河长管理平台</title>
<link rel="shortcut icon" href="./static/fa.ico" type="image/x-icon"/>
<link rel="stylesheet" href="./static/iconfont.css">
<!--高德地图-->
<link rel="stylesheet" href="http://cache.amap.com/lbs/static/main1119.css"/>
<script
src=" https://webapi.amap.com/maps?v=1.4.5&key=35ca2967fd997344b28936dfcd45e738&plugin=AMap.CustomLayer,AMap.ControlBar,AMap.Heatmap"></script>
<!-- UI组件库 1.0 -->
<script src=" https://webapi.amap.com/ui/1.0/main.js?v=1.0.11"></script>
<script type="text/javascript" src="http://cdn.goeasy.io/goeasy.js"></script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>