-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 1005 Bytes
/
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-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" >
<title>主页</title>
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<div style="
background-color: #f1f1f1;
text-align: center;
padding: 40px;
">
<img src="https://images2.imgbox.com/77/ed/7xzvVQUb_o.jpg" alt="Horin" width="80" height="80">
</div>
<div style="
max-width: 700px;
margin: 30px auto;
padding: 15px;
line-heigh: 1.7;
text-align: center;
">
<a href="https://horinhe.github.io/R-01-1/new.html">new page</a>
<p>我的网站</p>
<p>我的网站</p>
<p>我的网站</p>
</div>
<div style="
background-color: #f1f1f1;
text-align: center;
padding: 40px;
font-size: 12px;
">
<p>我的网站</p>
<a href="https://baidu.com">友情链接</a>
</div>
</body>
</html>