-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
281 changed files
with
14,898 additions
and
15,933 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,25 @@ | ||
--- | ||
layout: default | ||
title: 404 - Page not found | ||
description: "你来到了没有知识的荒原 :(" | ||
header-img: "img/404-bg.jpg" | ||
permalink: /404.html | ||
--- | ||
|
||
<div class="text-center"> | ||
<h1>Whoops, this page doesn't exist.</h1> | ||
<h1>Move along. (404 error)</h1> | ||
<br/> | ||
|
||
<img src="{{ site.baseurl }}/img/404-southpark.jpg" /> | ||
</div> | ||
<!-- 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"> | ||
<h1>404</h1> | ||
<span class="subheading">{{ page.description }}</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<script> | ||
document.body.classList.add('page-fullscreen'); | ||
</script> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.