-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 780 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<title>younger-vue</title>
<link rel="stylesheet" type="text/css" href="/static/css/yui-cssReset.css">
<link rel="stylesheet" type="text/css" href="/static/font/iconfont.css">
<link rel="stylesheet" type="text/css" href="/static/css/gscstyle.css">
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=zsuelrht1HcGTyZGG6BzP9HQ"></script>
<script src="/static/font/iconfont.js"></script>
<!-- <script type="text/javascript" src="static/js/mapUtil.js"></script> -->
</body>
</html>