-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (32 loc) · 1.08 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
<!DOCTYPE html>
<html lang="zh">
<head>
<title>skimit 服务器 - 已迁移至 skimit.net</title>
<script>
alert('已迁移至 skimit.net');
location.href='https://skimit.net/';
</script>
<link rel="shortcut icon" href="img/server-icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
</head>
<body>
<header id="head" class="parallax">
<h1>skimit 服务器</h1>
<h3><a href="//skimit.net">已迁移至 skimit.net</a></h3>
</header>
<footer>
<div class="footer">
<div class="beian">
<p><a href="//beian.miit.gov.cn" target="_blank">苏ICP备2022031552号-1</a></p>
</div>
<div class="copyright-notice">
<!-- !! Replace this with your own domain !! -->
<p>skimit © | 保留所有权利</p>
<!-- If you want to, you're allowed to delete these credits. But if you want to support my work, please leave it. -->
<!--<p>Made with <font color="red">❤</font> by <a target="_blank" href="https://www.rickklaasboer.online/">Rick Klaasboer</a>.</font></p>-->
</div>
</div>
</footer>
</body>
</html>