-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (73 loc) · 1.59 KB
/
index.html
File metadata and controls
73 lines (73 loc) · 1.59 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta
http-equiv="Content-Security-Policy"
content="upgrade-insecure-requests"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="X-XSS-Protection" content="1; mode=block" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>余争涵的网站</title>
<style>
body {
margin: 0;
}
a {
text-decoration: none;
}
p1 {
text-align: left-center;
font-size: auto;
}
p {
text-align: left-center;
font-size: auto;
}
</style>
</head>
<body>
<div
style="background-color: #ffffff;
text-align: center;
padding: 40px"
>
<img
src="C:\Users\DELL\Desktop\IMG_20221102_203434.jpg"
alt="君莫笑"
width="125px"
height="125px"
/>
</div>
<div
style="
max-width: 760px;
margin: auto;
padding: 50px;
line-height: 1.7;
color: #66ccff;
"
>
<p1><b>个人介绍</b></p1>
<p>性别:男</p>
<p>工作:学生</p>
<p>爱好:看小说,刷B站,追番等</p>
</div>
<footer
style="
margin-top: 60px;
background-color: #ffffff;
text-align: center;
padding: 40px;
font-size: 14px;
"
>
<p>我的网站</p>
<a
href="file:///C:/Users/DELL/OneDrive/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E4%B8%AA%E7%BD%91%E9%A1%B5.html"
>友情链接</a
>
</footer>
</body>
</html>