forked from kurisucn/kurisucn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzhexueapp.html
More file actions
74 lines (69 loc) · 2.86 KB
/
Copy pathzhexueapp.html
File metadata and controls
74 lines (69 loc) · 2.86 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<head>
<title>开屏页</title>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?4b0b294d39e70dd46be83a9681742efc";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<style>
.main{
text-align: center; /*让div内部文字居中*/
background-color: #FFFFFF;
border-radius: 10px;
width: 75%;
height: 40%;
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 10px solid #FFFFFF;
box-shadow: 0px 0px 20px #DADADA;
}
</style>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/mdui@1.0.1/dist/css/mdui.min.css"
integrity="sha384-cLRrMq39HOZdvE0j6yBojO4+1PrHfB7a9l5qLcmRm/fiWXYY+CndJPmyu5FV/9Tw"
crossorigin="anonymous"
/>
<script language='javascript'>
function myFunction() {
var ua = navigator.userAgent.toLowerCase();
if (ua.match(/MicroMessenger/i) == "micromessenger") {
document.location = 'http://www.rpone.top:2000';
} else if (ua.match(/QQ/i) == "qq") {
document.location = 'http://www.rpone.top:2000';
} else {
document.location = 'http://www.rpone.top:2000';
}
}
</script>
</head>
<body onload="myFunction()" bgcolor="#F2F2F2">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<!--上面这行 meta 的目的是为了可以在手机上也可以有良好的观感,而不是看起来很小-->
<div class="main">
<div class="mdui-progress mdui-color-grey-300">
<div class="mdui-progress-indeterminate mdui-color-grey-900"></div>
</div>
<h1>新年快乐!</h1>
<a href="http://rpone.top:2000" class="mdui-btn mdui-btn-raised mdui-ripple">打不开?点这里</a> 或重启应用。<br><br><br>
Tips: 哲学(philosophy)是研究普遍的、基础问题的学科,包括存在、知识、价值、理智、心灵、语言等领域。它与其他学科不同之处在于哲学有独特的思考方式,例如:批判的方式、系统化的方法等,并以理性论证为基础。在日常用语中,其可被引申为个人或团体的最基本信仰、概念或态度。
<br>一早起来主服务器炸了。
</div>
<br><br><center>本软件永久免费,严禁倒卖!<br><br><br>Github / Bilibili @KurisuCat<br>网站维护不易,如有条件可打开侧边栏 -> 支持我们进行捐赠。(未成年人请勿捐赠)</center>
<script
src="https://cdn.jsdelivr.net/npm/mdui@1.0.1/dist/js/mdui.min.js"
integrity="sha384-gCMZcshYKOGRX9r6wbDrvF+TcCCswSHFucUzUPwka+Gr+uHgjlYvkABr95TCOz3A"
crossorigin="anonymous"
></script>
</body>
</html>