[init] initial commit
This commit is contained in:
16
404.html
Normal file
16
404.html
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: default
|
||||
title: 404
|
||||
hide-in-nav: true
|
||||
description: "你来到了没有知识的荒原 :("
|
||||
header-img: "img/404-bg.jpg"
|
||||
permalink: /404.html
|
||||
---
|
||||
|
||||
|
||||
<!-- Page Header -->
|
||||
{% include intro-header.html type="page" short='true' %}
|
||||
|
||||
<script>
|
||||
document.body.classList.add('page-fullscreen');
|
||||
</script>
|
Reference in New Issue
Block a user