Skip to content

Commit bbc1feb

Browse files
author
qiubaiying
committedFeb 10, 2017
BY Blog init
0 parents  commit bbc1feb

File tree

196 files changed

+53044
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+53044
-0
lines changed
 

‎404.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: default
3+
description: "你来到了没有知识的荒原 🙊"
4+
header-img: "img/404-bg.jpg"
5+
permalink: /404.html
6+
---
7+
8+
9+
<!-- Page Header -->
10+
<header class="intro-header" style="background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}')">
11+
<div class="container">
12+
<div class="row">
13+
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
14+
<div class="site-heading" id="tag-heading">
15+
<h1>404</h1>
16+
<span class="subheading">{{ page.description }}</span>
17+
</div>
18+
</div>
19+
</div>
20+
</div>
21+
</header>
22+
23+
<script>
24+
document.body.classList.add('page-fullscreen');
25+
</script>

‎CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
qiubaiying.top

0 commit comments

Comments
 (0)