-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (37 loc) · 1.39 KB
/
index.html
File metadata and controls
43 lines (37 loc) · 1.39 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
<!DOCTYPE html>
<html id="homepage">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="/_assets/main.css" />
<link rel="stylesheet" href="/_assets/background/tech.css" />
<script src="/_assets/background/tech.js"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?efb76e20a2280c6634278c218be5a5ec";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title>YIMI's Blog</title>
<meta name="description" content="Generated by Joplin Pages Publisher">
</head>
<body>
<div class="homepage-main">
<div class="homepage-title-area">
<h1 class="homepage-title">YIMI‘s随笔记录</h1>
<h2 class="homepage-subtitle">这里是YIMI的代码与诗交织的云端服务器,每一行文字都是未被编译的浪漫,在逻辑的缝隙里生长出野生的诗意。</h2>
</div>
<nav class="homepage-navigation">
<ul>
<li><a href="/archives">笔记库</a></li>
<li><a href="/about">关于我</a></li>
<li><a href="/rss.xml">RSS</a></li>
</ul>
</nav>
</div>
</body>
</html>