Add custom 404 page
This commit is contained in:
parent
091024087f
commit
a329072d9f
2 changed files with 30 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
{{ define "main" }}
|
||||
<section class="http-page">
|
||||
<header class="http-header">
|
||||
<h1 title="404" class="http-status">4📀4</h1>
|
||||
</header>
|
||||
<p>The page you were looking for could not be found</p>
|
||||
</section>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue