Fix 404
This commit is contained in:
19
layouts/404.html
Normal file
19
layouts/404.html
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{{ define "title"}}
|
||||||
|
404 | NOT FOUND
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ define "main"}}
|
||||||
|
<div class="wrapper">
|
||||||
|
<main class="main-404" aria-label="Content">
|
||||||
|
<h1>404 | NOT FOUND</h1>
|
||||||
|
<p>Sorry this is a Dead Link</p>
|
||||||
|
<p>
|
||||||
|
<img
|
||||||
|
loading="lazy"
|
||||||
|
alt="Dead Link"
|
||||||
|
class="text-center img-fluid"
|
||||||
|
src="/404.png">
|
||||||
|
</p>
|
||||||
|
</main>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
Reference in New Issue
Block a user