forked from tea9/tea9.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
18 lines (14 loc) · 658 Bytes
/
404.html
File metadata and controls
18 lines (14 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
header-img: "assets/img/hero.jpg"
description: "Sorry, Page Not Found :("
---
{% include header.html %}
<header class="g-banner np-banner {{ site.postPatterns | prepend: 'post-pattern-' }}" data-theme="{{ site.theme-color }}">
<div class="post-wrapper">
<h1>404</h1>
<span class="subheading">{{ page.description }}</span>
<a href="{{ site.nav.home }}" class="btn">Back to home</a>
</div>
</header>
<!-- <script type="text/javascript" src="//qzonestyle.gtimg.cn/qzone/hybrid/app/404/search_children.js" charset="utf-8" homePageUrl="http://tea9.github.io" homePageName="回到我的主页"></script> -->