forked from kurisucn/kurisucn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzhexuelite.html
More file actions
75 lines (69 loc) · 2.53 KB
/
Copy pathzhexuelite.html
File metadata and controls
75 lines (69 loc) · 2.53 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
75
<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: #333333;
border-radius: 10px;
width: 75%;
height: 40%;
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 10px solid #333333;
box-shadow: 0px 0px 20px #DADADA;
color: #FFFFFF;
}
</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="black">
<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: 这是 Lite 版本的 Philosophy 才有的 Tips。
</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>