-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (39 loc) · 1.72 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
<!doctype html>
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<title>ChishKMS</title>
<link rel="icon" href="./static/img/ChishKMS.png" type="image/x-icon">
<link rel="stylesheet" href="./static/css/kms.css?rand=2333" type="text/css" />
<link rel="stylesheet" href="./static/css/dark.css?rand=2333" type="text/css" />
<!-- 这里是禁止缩放 用于自适应 -->
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
</head>
<body class="kms-body kms-dark">
<div class="kms-app">
<div class="container kms-container-width kms-container-shadow">
<div class="chish-orz"></div>
<div class="left-icon">
<div class="icon" data-name="ChishKMS"></div>
</div>
<div class="right-info">
<h1 class="title" id="kms-status">Loading...</h1>
<h3 class="status" id="kms-status-text">正在获取 KMS 服务状态中...</h3>
<ul>
<li>KMS数字激活脚本<a href="javascript:;" id="kms-download-link">下载</a>
</li>
<li>返回<a href="javascript:;" id="kms-site-home-link">主站</a></li>
</ul>
<a href="javascript:;" id="kms-status-link" target="_blank">
<button class="button">节点状态</button>
</a>
</div>
</div>
</div>
<div class="chish-hi chish-kawaii"></div>
<footer class="kms-copyright">
Copyright © <span id="copy-year">喵喵...</span> ChishKMS All Rights Reserved.
</footer>
<script type="text/javascript" src="./static/js/kms.js?rand=2333"></script>
</body>
</html>