-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfomation.html
55 lines (48 loc) · 1.39 KB
/
infomation.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>更多信息</title>
<link href="Images/NLC.ico" rel="icon" type="image/x-ico">
<style>
.logo {
display: block;
border-radius: 50%;
width: 10vh;
height: 10vh;
color: white;
font-size: 30px;
background-color: rgb(91, 90, 90);
text-decoration: none;
text-align: center;
line-height: 10vh;
}
.logo:hover {
background-color: black;
}
.info {
margin-top: 30vh;
}
h2 {
text-align: center;
}
h2 a {
color: #fb7299;
text-decoration: none;
}
</style>
</head>
<body>
<a href="https://nlc9.github.io/" class="logo">NLC</a>
<div class="info">
<h2>网站为作者初学阶段测试案例</h2>
<h2>十分的简陋</h2>
<h2>内容持续更新</h2>
<h2>联系作者</h2>
<h2>WeChat:dMinecraftb</h2>
<h2><a href="https://space.bilibili.com/434394333?spm_id_from=333.1007.0.0" target="_blank">bilibili</a></h2>
</div>
</body>
</html>