-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
48 lines (43 loc) · 1.69 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" />
<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" />
<link rel = "Shortcut Icon" href="https://microdemo.bihe0832.com/res/images/zixie_32.ico" />
<meta name="author" CONTENT="子勰(bihe0832), [email protected]" />
<meta name="keywords" content="子勰,bihe0832" />
<meta name="description" content="子勰的空白页面" />
<title>Readhub - 每天几分钟,了解互联网</title>
<link rel="stylesheet" type="text/css" href="https://microdemo.bihe0832.com/res/css/global.css" />
<style type="text/css">
body {
line-height: 1;
font-family: Microsoft Yahei,'Kelly Slab', cursive;
color: #333;
font-size: 0.9em;
}
</style>
</head>
<body>
<script type="text/javascript">
ShowTime =function GetRTime(){
window.location="http://readhub.bihe0832.com/web/index.html";
}
ShowTime();
</script>
<script type="text/javascript" charset="UTF-8">
var _mtac = {};
(function() {
var mta = document.createElement("script");
mta.src = "//pingjs.qq.com/h5/stats.js?v2.0.4";
mta.setAttribute("name", "MTAH5");
mta.setAttribute("sid", "500724774");
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(mta, s);
})();
</script>
</body>
</html>