We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d492217 commit cc7b664Copy full SHA for cc7b664
404.md
@@ -4,12 +4,12 @@ header-img: "assets/img/hero.jpg"
4
description: "Sorry, Page Not Found :("
5
---
6
{% include header.html %}
7
-<header class="g-banner np-banner {{ site.postPatterns | prepend: 'post-pattern-' }}" data-theme="{{ site.theme-color }}">
+<main aria-labelledby="main-title" class="home">
8
<div class="post-wrapper">
9
<h1>404</h1>
10
<span class="subheading">{{ page.description }}</span>
11
<a href="/" class="btn">回家再找找</a>
12
</div>
13
-</header>
+</main>
14
15
0 commit comments