-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (62 loc) · 1.53 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!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>Li Xinling</title>
</head>
<body>
<div
style="
background-color: #f1f1f1;
text-align: center;
padding: 20px;
width: 100%;
"
>
<img
src=""C:\Users\tieshu\Pictures\fotor_2023-1-7_21_18_54.png""
alt="kF7jA.png"
width="80px"
height="80px"
/>
<p>Li Xinling</p>
</div>
<div
style="
max-width: 700px;
margin: 30px auto;
padding: 15px;
line-height: 1.7;
"
>
<p>Hi, welcome to my personal website.</p>
<p>
I will share my learning experience in CS as a new learner and a fresh
student in FDU.
</p>
<p>
Some slides of my personal life will also update here. Cause the sharing
thing makes me more motivated.
</p>
<p>
Let's create a better life for ouseleves and always be happy and free!
</p>
</div>
<div
style="
background-color: #f1f1f1;
text-align: center;
padding: 20px;
font-size: 12px;
bottom: 0;
position: fixed;
width: 100%;
"
>
<p>If you want to know more, please click</p>
<a href="https://cretine.github.io/"> here </a>
</div>
</body>
</html>