-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (69 loc) · 2.04 KB
/
index.html
File metadata and controls
78 lines (69 loc) · 2.04 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
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>cdn.moezz.cn加速首页</title>
<meta name="description" content="Neat">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" user-scalable="no">
<link rel="stylesheet" href="./style.css">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>
<script src="./style.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lxgw-wenkai-screen-webfont@1.6.0/style.css" media="print" onload="this.media='all'">
<style>
body {
/* Screen version */
font-family: "LXGW WenKai Screen", sans-serif;
}
</style>
</head>
<body>
<header class="header">
<div class="burger">
<div class="burger-patty"></div>
<div class="burger-patty"></div>
<div class="burger-patty"></div>
</div>
<nav class="menu">
<div class="menu-banner">
<a href="javascript:void(0)">
<div class="logo"></div>
</a>
</div>
<ul class="menu-list">
<li class="menu-item" style="--i:0;">
<a href="https://cdn.moezz.cn/" target="_blank">首页</a>
</li>
<li class="menu-item" style="--i:1;">
<a href="https://www.moezz.cn/" target="_blank">Blog</a>
</li>
<li class="menu-item" style="--i:5;">
<a href="tencent://message/?uin=39907930&Site=&menu=yes" target="_blank">联系我</a>
</li>
</ul>
</nav>
</header>
<main>
<div>
<h2>
cdn.moezz.cn
</h2>
<h3>
本页面为MoezzCDN加速页面,如果您可以正常看到本页面,说明CDN加速正常。
</h3>
<br><br>
<a class="btn" href="mailto:me@moezz.cn" target="_blank">
<span class="mask"></span>
申请加入
</a>
<a class="btn" href="link.html" target="_blank" style="margin-left:10px;">
<span class="mask"></span>
点击查看已收录链接
</a>
</div>
</main>
<script type="text/javascript">
new Action({});
</script>
</body>
</html>