-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.miscellaneous.html
46 lines (36 loc) · 1.09 KB
/
index.miscellaneous.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
<!doctype html>
<html lang="zh">
<head>
<title>sulfurandcu</title>
<meta charset="utf-8">
<meta name="description" content="home page of sulfurandcu">
<meta name="author" content="sulfurandcu">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" type="text/css" href="assets/css/main.css"/>
</head>
<body>
<div class="container">
<div class="header">
</div>
<div class="main">
<h1 >sulfurandcu</h1>
<div class="quote">
<span class="quote-line quote-line-bgn"></span>
<p class="quote-content">不積跬步,無以至千里。不積小流,無以成江海。</p>
<br>
<br>
<span class="quote-line quote-line-end"></span>
</div>
<div class="links">
<a href="https://space.bilibili.com/154255498/" target="_blank">哔哩哔哩</a>
</div>
</div>
<div class="footer">
<div class="footer-inner">
Copr. © sulfurandcu. All rights reserved.
</div>
</div>
</div>
</body>
</html>