-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathmap_pano.htm
30 lines (23 loc) · 868 Bytes
/
map_pano.htm
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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="author" content="布鲁斯网络([email protected])" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="inc/style.css" type="text/css" />
<title>BLUES VR</title>
</head>
<body id="map_pano">
<span class="map">
<div id="pano"></div>
</span>
<script src="inc/pano.js"></script>
<script src="inc/jquery.js"></script>
<script src="inc/jquery_sys.js"></script>
</body>
</html>