-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
32 lines (31 loc) · 1.03 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
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8" />
<title>塞尔达传说-地图</title>
<script src="Content/jquery-2.2.0.js"></script>
<script src="Content/Leaflet/leaflet-src.js"></script>
<link href="Content/Leaflet/leaflet.css" rel="stylesheet" />
<script src="Content/ShrinesJapanese.js"></script>
<link href="Content/Main.min.css" rel="stylesheet" />
<script src="Content/Catalog.js"></script>
<script src="Content/Marker.js"></script>
<script src="Content/Main.js"></script>
</head>
<body>
<!--
如果你看到这行字, 那就交个朋友吧! QQ: 428743
-->
<div id="TypeSwitch">
<strong>类型筛选</strong>
<ul></ul>
</div>
<div id="NameSearch">
<input id="KeyWords" type="text" value="" placeholder="搜索" />
<span id="ClearKeyword" class="clear">清除</span>
</div>
<div id="MapContainer">
</div>
</body>
</html>