This commit is contained in:
parent
25299b3556
commit
d9585195be
@ -1,10 +1,8 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<section class="hero is-warning is-fullheight">
|
||||
<div class="hero-body">
|
||||
<h1 class="title">
|
||||
Not found
|
||||
</h1>
|
||||
<a href="/">Back to home page</a>
|
||||
</div>
|
||||
<section class="w-screen h-screen bg-yellow-200 flex items-center justify-center">
|
||||
<h1 class="font-title pb-8 text-4xl font-bold">
|
||||
Not found
|
||||
</h1>
|
||||
<a href="/">Back to home page</a>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user