-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>圈子</title>
<meta name="keywords" content="动漫,游戏" />
<meta name="description" content="平行线动漫论坛致力于......" />
<meta name="copyright" content="平行线" />
<link rel="stylesheet" type="text/css" href="http://www.iplaystone.com/static/cn/act/201711/lib/base.css">
<link rel="stylesheet" type="text/css" href="http://www.iplaystone.com/static/common/css/common.css">
<script src="http://www.iplaystone.com/static/cn/act/201711/lib/jquery.min.js"></script>
<script type="text/javascript" src="//www.iplaystone.com/static/common/js/custom/??/getter.js,common.js,header.js,footer.js"></script>
</head>
<body>
<div id="stone_header"></div>
<div id="app"></div>
<div id="stone_footer"></div>
<script>
var userAgent = navigator.userAgent
var isStone = false
var requestSource = ''
if(userAgent.search(/Stone/) == -1){//pc
isStone = false
stoneHeader.init(2)
requestSource = 'iplaystone'
}else{//stone
isStone = true
requestSource = 'stoneBrowser'
$("#stone_header,#stone_footer").remove()
}
</script>
</body>
</html>