-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 1.16 KB
/
index.html
File metadata and controls
29 lines (26 loc) · 1.16 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
<!DOCTYPE html>
<html class="h-full">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>主页 - Jian</title>
<link href="https://cdn2.chuqis.com/gh/Hexo-theme-Jian/static/css/grid.css" rel="stylesheet">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
</head>
<body style="height: calc(100% - 16px);align-items: center;justify-content: center;" class="grid">
<div class="card" style="padding: 15px;">
<div class="top text-center" style="
text-align: center;
">
<img alt="logo" src="https://cdn2.chuqis.com/gh/Hexo-theme-Jian/static/img/JianLogo.svg" height="100px" width="100px">
<h2>Hexo-theme-Jian</h2>
<span style="
color: #bababa;
">一个简洁小巧的Hexo主题<br \>A concise and compact Hexo theme.</span>
</div>
<div class="bottom" style="margin-top: 25px;margin-bottom: 10px;text-align: center;">
<a class="btn color-blue-full" style="padding: 10px;" href="https://github.com/Hexo-theme-Jian/Hexo-theme-Jian">Github</a>
</div>
</div>
</body>
</html>