Skip to content

Commit 776e24f

Browse files
committed
added home button to 404 page
1 parent 7bb81be commit 776e24f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

404.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@
8787
<div class="hero-body">
8888
<h1 class="title is-1 is-family-secondary has-text-weight-normal">404</h1>
8989
<h2 class="title is-3 is-family-secondary has-text-weight-normal">Page Not Found</h2>
90+
<p class="my-6">
91+
<a href="/#top" class="button is-normal is-white is-outlined">
92+
<span>Home</span>
93+
</a>
94+
</p>
9095
</div>
9196
</section>
9297

0 commit comments

Comments
 (0)