-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1.52 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="./resource/avatar.jpg">
<link href="./style.css" rel="stylesheet" type="text/css">
<title>sorgDream's HomePage</title>
</head>
<body>
<div class="panel">
<div class="author">
<h1>
<img src="./resource/avatar.jpg" class="avatar" alt="avatar">
</h1>
<a href="#" class="link-homepage" title="访问主页">sorgDream</a>
</div>
<p class="avatar-subtitle">相见时难别亦难,东风无力百花残。——《无题·李商隐》</p>
<nav class="link-site">
<a href="https://blog.sorgdream.com" target="_blank" title="访问博客">博客</a>
<a href="https://blog.sorgdream.com/index.xml" target="_blank" title="RSS">RSS</a>
<a href="https://blog.sorgdream.com/about/" target="_blank"title="关于我" >关于</a>
</nav>
<nav class="link-social">
<a href="https://github.com/inuyasha-660" target="_blank" title="我的Github">Github</a>
|
<a href="mailto:i@sorgdream.com" target="_blank" title="我的邮箱">Email</a>
</nav>
</div>
<footer class="footer">
Copyright 2023 -
<script>document.write( new Date().getFullYear() );</script>
<a href="#" class="footer-link">sorgDream</a>
|
<a href="https://icp.gov.moe/?keyword=20240851" class="footer-link" target="_blank">萌ICP备20240851号</a></footer>
</body>
</html>