17 lines
414 B
HTML
17 lines
414 B
HTML
---
|
|
layout: default
|
|
description: "页面不存在 :("
|
|
---
|
|
|
|
{% 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">返回主页</a>
|
|
</div>
|
|
</header>
|
|
|
|
|