-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 757 Bytes
/
index.html
File metadata and controls
39 lines (39 loc) · 757 Bytes
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<div style="
background-color:#f1f1f1;
text-align:center;
padding:40px;
">
<img src='https://kangwenchang.com/logo.png' alt="awa" width="100px" height="100px">
</div>
<div style="
max-width:700px;
color:red;
">
<p>awa</p>
<p>awa</p>
<p>awa</p>
<p>awa</p>
<p>awa</p>
</div>
<div style="
background-color:#f1f1f1;
text-align:center;
padding:40px;
font-size:12px;">
<p>awa</p>
<a herf="https://kangwenchang.com/">友情链接</a>
</div>
</body>
</html>