-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (47 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<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>
</head>
<body>
<div>
<div style="background-color: #f1f1f1; text-align: center; padding: 40px">
<img
src="https://avatars.githubusercontent.com/u/69339943?v=4"
alt="临渊先生"
width="80px"
height="80px"
/>
<div style="color: #1e86b3eb"><p>临渊先生</p></div>
</div>
</div>
<div
style="
text-align: center;
max-width: 700px;
margin: 30px auto;
padding: 15px;
line-height: 1;
color: tomato;
"
>
<p>这是一行测试文本</p>
<p>ABCDEFGHIJKL</p>
<p>1234567890</p>
</div>
<div
style="
background-color: #f1f1f1;
text-align: center;
padding: 40px;
font-size: 12px;
"
>
<p>测试网页</p>
<a href="https://www.yuque.com/mrlinyuan">语雀主页</a>
</div>
</body>
</html>