forked from yuanhuihui/yuanhuihui.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
28 lines (25 loc) · 809 Bytes
/
404.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
---
layout: default
description: "知识荒漠区,不应久留,请点击上方回归博客"
header-img: "img/nav-404.jpg"
permalink: /404.html
---
<!-- Page Header -->
<header class="intro-header" style="background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading" id="tag-heading">
<h2><a href="http://gityuan.com/archive/">
<font color="#f57e42">Gityuan博客导航</font>
</a>
</h2>
<span class="subheading">{{ page.description }}</span>
</div>
</div>
</div>
</div>
</header>
<script>
document.body.classList.add('page-fullscreen');
</script>