-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
83 lines (73 loc) · 3.86 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
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
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>Uinio 官网发布页</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="icon" type="image/png" href="/favicon.png">
<script src="https://lib.baomitu.com/jquery/3.6.0/jquery.min.js"></script>
</head>
<body>
<div class="dowebok">
<div class="container-login100">
<div class="wrap-login100">
<div class="login100-pic js-tilt" data-tilt>
<img src="images/img-01.png" alt="IMG">
</div>
<form class="login100-form validate-form">
<span class="login100-form-title" style="margin:-44px 0px -36px 0px;">
<b style="font-size:100%;color:#10476c;">此“官网发布页”暂时弃用</b><br>
<b style="font-size:100%;color:#10476c;">请收藏下面新的3个官网发布页</b>
</span>
<!-- <p style="font-size:90%;font-weight:700;color:#ff0000;">● 如以下网址有某个无法打开,请留言给客服,谢谢</p>
<p style="font-size:90%;font-weight:700;color:#ff0000;">● 打开官网前,请确认你的 FQ(VPN)软件是断开连接的状态</p>
<p style="font-size:140%;color:#10476c;"><b>• 上游服务器商家突然维护机器,官网暂时无法访问,预计维护时间8小时</b></p>
<p style="font-size:110%;color:#10476c;margin:0px 0px 46px 0px;"><b>• 给您造成的不便敬请谅解</b></p> -->
<div class="login100-form-title" style="text-align: left">
<p class="domain" style="margin:0px -20px 0px 0px;">官网发布页①: <a class="domain_a" target="_blank" href="https://gitee.com/i11i/ii">gitee.com/i11i/ii</a></p>
<p class="domain" style="margin:0px -20px 0px 0px;">官网发布页②: <a class="domain_a" target="_blank" href="https://gitcode.com/uin/i">gitcode.com/uin/i</a></p>
<p class="domain" style="margin:0px -20px 0px 0px;">官网发布页③: <a class="domain_a" target="_blank" href="https://ym.nicoco.top">ym.nicoco.top</a></p>
</div>
</form>
</div>
</div>
</div>
<script src="https://192.9.137.23/crisp.js"></script>
<script>
if(window.isScript1Loaded) {
(function(a, b, c, d) {
let h = b.getElementsByTagName('head')[0];let s = b.createElement('script');
s.type = 'text/javascript';s.src = c+"/static/js/kefu-front.js";s.onload = s.onreadystatechange = function () {
if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") d(c);
};h.appendChild(s);
})(window, document,"https://192.9.137.23",function(u){
KEFU.init({
KEFU_URL:u,
KEFU_KEFU_ID: "UI",
KEFU_ENT: "3",
KEFU_AUTO_OPEN:false,
})
});
}
</script>
<script>
if(!window.isScript1Loaded) {
(function(a, b, c, d) {
let h = b.getElementsByTagName('head')[0];let s = b.createElement('script');
s.type = 'text/javascript';s.src = c+"/static/js/kefu-front.js";s.onload = s.onreadystatechange = function () {
if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") d(c);
};h.appendChild(s);
})(window, document,"https://client.crisp.chat.settings.subs.vip",function(u){
KEFU.init({
KEFU_URL:u,
KEFU_KEFU_ID: "UI",
KEFU_ENT: "3",
KEFU_AUTO_OPEN:false,
})
});
}
</script>
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="88c73c90-7f19-4dd2-a120-d372f0edeaa5";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
</body>
</html>