aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html37
1 files changed, 7 insertions, 30 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 1fac202..bdb53c6 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,33 +1,10 @@
-{{ define "title" }}
-404
-{{ end }}
-
+{{ define "title" }}404 Not Found{{ end }}
{{ define "main" }}
-<style>
-footer{display:none}
-.not-found {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- height: 100vh;
-}
-
-.not-found * {
- margin: 2rem;
- line-height: 0;
- }
-
- h1 {
- padding-bottom: 0.45em;
- font-size: 5rem;
- }
-
-</style>
-<div class="not-found">
+<main class=not-found>
<h1>🏝️</h1>
- <h3>OHHHHH~
- </h3>
- <h3>Who lives in a pineapple under the sea?</h3>
-</div>
+ <p><b>404 - NOT FOUND</b></p>
+ <p>OHHHHH~</p>
+ <p>Who lives in a pineapple under the sea?</p>
+ <p><a href={{ "" | relURL }}>Back to home</a></p>
+</main>
{{ end }}