-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (66 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- seo-info -->
<link rel="icon" href="./assets/favicon.ico"/>
<meta property="og:image" content="./assets/logo.png"/>
<title>无尽网 - 学习,从现在开始!</title>
<meta property="og:title" content="无尽网 - 学习,从现在开始!"/>
<meta property="og:site_name" content="无尽网"/>
<meta name="description" content="无尽网(8io.cn) —— 无尽网是一个专业分享绿色软件、活动线报、互联网福利、各种技术文章的中文网址!">
<meta property="og:description" content="无尽网(8io.cn) —— 无尽网是一个专业分享绿色软件、活动线报、互联网福利、各种技术文章的中文网址!"/>
<meta name="keywords" content="8io,8io.cn,无尽网">
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://8io.cn"/>
<!-- # seo-info -->
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="./assets/css/index.css">
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?12cf7109ba77d882ed97f4d8f3ab7411";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<main>
<header>
<div class="logo">
<img src="./assets/logo.png" alt="logo">
</div>
</header>
<h1>恭喜发财</h1>
<h2>8io.cn</h2>
<ul class="site-list">
<li>
<a target="_blank" href="/nav">
Nav
</a>
</li>
<li>
<a target="_blank" href="https://channel.8io.cn:3000/">
Blog
</a>
</li>
<li style="flex: 0 0 100%;">
<a target="_blank" href="https://support.qq.com/product/374751">
About
</a>
</li>
</ul>
<footer>
<div class="copyright">
Copyright© 2017-至今 8io.cn Designed By Ren Xian Yang
</div>
<div style="margin-top: 10px;">
一个有点想法的少年,仅此而已。
</div>
</footer>
</main>
</body>
</html>