Add 404 Page

This commit is contained in:
SteveYi 2022-02-22 03:34:46 +08:00
parent 8e618548da
commit 6d928371d5
No known key found for this signature in database
GPG Key ID: 114AA514776DBEAF

8
layouts/404.html Normal file
View File

@ -0,0 +1,8 @@
{{ define "main"}}
<main id="main">
<div>
<h1 id="title"><a href="{{ "/" | relURL }}">Go Home</a></h1>
Sorry, This Page is not available.
</div>
</main>
{{ end }}