-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (48 loc) · 2.61 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
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Cache-Control" content="no-siteapp"/>
<meta name="renderer" content="webkit" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="keywords" content="pandao.github.io" />
<meta name="description" content="pandao.github.io" />
<meta name="author" content="pandao, [email protected]" />
<meta name="baidu-site-verification" content="kMIXFHNzZB" />
<title>bear's markdown</title>
<link rel="stylesheet" type="text/css" href="./dist/css/planeui.min.css" />
<link rel="stylesheet" type="text/css" href="./editor.md/css/editormd.preview.min.css" />
<link rel="stylesheet" type="text/css" href="theme/css/index.css" />
</head>
<body>
<div class="pui-layout pui-bg-blue-300 page-layout">
<div class="pui-text-center page-main">
<p><a href="./"><img src="theme/images/panda-icon-128.png" alt="Pandao's avatar" class="pui-z-depth-2" /></a></p>
<h1>Bearboy's Site<small class="pui-block pui-text-sm pui-text-white">bearboyxu.cn</small></h1>
<menu>
<ul class="pui-menu pui-menu-inline pui-menu-radius">
<!--li>
<a href="./planeui/"><i class="planeui-logo-lg"></i> Plane UI</a>
</li-->
<li>
<a href="http://bearboyxu.cn/site/"><i class="fa fa-send"></i> Blog</a>
</li>
<li>
<a href="http://bearboyxu.cn/wiki/"><i class="fa fa-th-list"></i> Wiki</a>
</li>
<li>
<a href="./editor.md/"><i class="fa fa-medium"></i> MdEditor</a>
</li>
</ul>
</menu>
<footer>
Copyright © 2018<br/>Design & Develop By: <a href="https://github.com/FantBoy" target="_blank">FantBoy</a>
<a href="https://github.com/FantBoy" target="_blank"><i class="fa fa-github fa-lg"></i></a>
<!--a href="https://twitter.com/ipandao" target="_blank"><i class="fa fa-twitter fa-lg"></i></a>
<a href="http://weibo.com/ipandao" target="_blank"><i class="fa fa-weibo fa-lg"></i></a-->
</footer>
</div>
</div>
</body>
</html>