-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
43 lines (41 loc) · 1.44 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
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Typecho Fans - Typecho非官方基友粉丝群作品社区</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="GitHub上建立的Typecho爱好者组织主页">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="masthead">
<p class="introducing">— Typecho非官方基友粉丝群作品社区 —</p>
<h1>Typecho Fans</h1>
<p class="tagline">~念念不忘 必有肥皂~</p>
<img src="soap-group.png" alt="banner"/>
</header>
<div class="grid">
<div class="col">
<h2>Plugins</h2>
<hr>
<a href="https://github.com/typecho-fans/plugins" class="btn">插件目录</a>
</div>
<div class="col">
<h2>Themes</h2>
<hr>
<a href="https://github.com/typecho-fans/themes" class="btn">主题目录</a>
</div>
</div>
<footer class="footer">
<p>加入 @<a href="http://shang.qq.com/wpa/qunwpa?idkey=a5a8afedf099e18ddf9b530db9217251e39001d52aace42888bf470d9b6cb86a">40412938</a></p>
<p><a href="https://github.com/typecho-fans"><img src="text-logo.svg" alt="logo"/></a></p>
</footer>
</div>
</body>
</html>