-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathindex.html
38 lines (38 loc) · 926 Bytes
/
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
<!DOCTYPE html>
<meta charset="UTF-8">
<title>文档仓库</title>
<meta name="viewport" content="user-scalable=no,width=device-width">
<link rel="stylesheet" href="i/i.css">
<header>
<h1><a href="#/home">文档仓库</a></h1>
<p>妹 Blog - GitHub Pages 特别版</p>
</header>
<section>
<xmp>
{{#posts}}
<article>
<span class="num"></span>
<span class="size">{{size}}</span>
<h3><a href="#/{{url}}">{{title}}</a></h3>
</article>
{{/posts}}
</xmp>
</section>
<article class="article">
<xmp>
<div class="text">{{&text}}</div>
<span class="size">{{size}}</span>
<a class="home" href="#/home">🏠 返回首页</a>
</xmp>
</article>
<footer>✒️ 依托 GitHub Pages 搭建</footer>
<script>
var
gitConfig={
ssh:'[email protected]:itorr/itorr.github.io.git'
}
</script>
<script src="i/itorr2.js"></script>
<script src="i/md.js"></script>
<script src="i/templet.js"></script>
<script src="i/gitblog.js"></script>