-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
51 lines (48 loc) · 2 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<!--
足迹地图
by SunYunzeng
blog: https://sunyunzeng.com/
-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="never">
<title>足迹地图</title>
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/jquery-jvectormap-2.0.5.min.js"></script>
<script type="text/javascript" src="js/jquery-jvectormap-cn-merc-en.js"></script>
<script type="text/javascript" src="/js/index.js"></script>
<link rel="stylesheet" type="text/css" href="/css/index.css">
<link href="css/jquery-jvectormap-2.0.5.css" rel="stylesheet" type="text/css" media="screen">
</head>
<body>
<div id="map">
<div id="info_bar">
<div id="info_bar_paper">
<div id="info_bar_close_btn"><svg id="info_bar_close_btn_img" style="cursor: pointer;" t="1615883535208"
class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
p-id="2052" width="32" height="32">
<path
d="M512 74.666667C270.464 74.666667 74.666667 270.464 74.666667 512S270.464 949.333333 512 949.333333 949.333333 753.536 949.333333 512 753.536 74.666667 512 74.666667z m0 64c206.186667 0 373.333333 167.146667 373.333333 373.333333S718.186667 885.333333 512 885.333333 138.666667 718.186667 138.666667 512 305.813333 138.666667 512 138.666667z"
fill="#8a8a8a" p-id="2053"></path>
<path
d="M647.765333 376.234667a32 32 0 0 1 0 45.248L557.248 512l90.517333 90.517333a32 32 0 0 1-45.248 45.248L512 557.248l-90.517333 90.517333a32 32 0 0 1-45.248-45.248L466.752 512l-90.517333-90.517333a32 32 0 0 1 45.248-45.248L512 466.752l90.517333-90.517333a32 32 0 0 1 45.248 0z"
fill="#8a8a8a" p-id="2054"></path>
</svg></div>
<div id="info_bar_title">
</div>
<div id="info_bar_desc">
</div>
<div id="info_bar_photos">
</div>
</div>
</div>
</div>
<div id="outerdiv">
<div id="innerdiv">
<img id="bigimg" />
</div>
</div>
</body>
</html>