-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (56 loc) · 2.43 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
<!DOCTYPE html>
<html lang="">
<head>
<head>
<title>兔儿轩的主页</title>
<meta charset="utf-8" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name='description' content='兔儿轩的主页'>
<meta name='keywords' content='兔儿轩的主页'>
<meta name='robots' content='index,follow'>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
</head>
<body>
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<header id="header">
<h1>兔儿轩</h1>
<p> • 这家伙很懒,什么也没留下 • </p>
<nav>
<ul>
<li><a href="https://tuerxuan.me/" target="_blank" class="icon solid fa-blog" title="兔儿轩の小破站"><span
class="label">兔儿轩の小破站</span></a></li>
<!-- 添加链接复制<li><a href="http://tuerxuan.me/" target="_blank" class="icon solid fa-blog" title="兔儿轩の小破站"><span
class="label">兔儿轩の小破站</span></a></li>然后更改信息即可 -->
<li><a href="mailto:[email protected]" target="_blank" rel="nofollow noopener" class="fa fa-envelope"
title="给我发邮件"><span class="label">Email</span></a></li>
</ul>
</nav>
</header>
<!-- Footer -->
<footer id="footer">
<span class="copyright">© 2022 <a href="https://tuerxuan.me/" target="_blank">兔儿轩</a>丨<a
href="http://beian.miit.gov.cn/" target="_blank" rel="nofollow">备案号</a>|<a
href="https://icp.gov.moe/" target="_blank" rel="nofollow">萌ICP</a></span>
</footer>
</div>
</div>
<script>
window.onload = function () { document.body.classList.remove('is-preload'); }
window.ontouchmove = function () { return false; }
window.onorientationchange = function () { document.body.scrollTop = 0; }
</script>
<script>
console.log("%c%c兔儿轩%chttps://tuerxuan.me/", "line-height:28px;", "line-height:28px;padding:4px;background:#2ccbe6;color:#FADFA3;font-size:14px;", "padding:4px 4px 4px 2px;background:#ff146d;color:green;line-height:28px;font-size:12px;");
</script>
<script disable-devtool-auto src='http://fastly.jsdelivr.net/npm/disable-devtool@latest/disable-devtool.min.js'
disable-menu='false'></script>
</body>
</html>