-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>wozsun - 生活随笔</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Home Page" />
<link rel="icon" href="https://asset.wozsun.com/wozsun.svg">
<link rel="stylesheet" type="text/css" href="assets/main.css">
<script src="assets/main.js" defer></script>
</head>
<body>
<img class="avatar" src="https://asset.wozsun.com/avatar.webp" alt="avatar">
<h1 class="mname">wozsun</h1>
<hr class="divider">
<div class="quote">欲买桂花同载酒,终不似,少年游。</div>
<div class="projects-up"></div>
<div class="projects-down"></div>
<div class="contact">
<a href="https://github.com/wozsun" target="_blank">
<img class="contact-item" src="assets/github.svg" alt="github">
</a>
<a href="https://weibo.com/wozsun" target="_blank">
<img class="contact-item" src="assets/weibo.svg" alt="weibo">
</a>
<a href="mailto:[email protected]" target="_blank">
<img class="contact-item" src="assets/mail.svg" alt="email">
</a>
<a href="https://t.me/wozsun" target="_blank">
<img class="contact-item" src="assets/telegram.svg" alt="telegram">
</a>
</div>
<hr class="divider">
<div class="footer"></div>
</body>
</html>