Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/khata.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/404.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/layouts/404.html b/layouts/404.html
index c2e03db..57b407a 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,6 +1,13 @@
{{ define "main"}}
-<div>
- <h1>One would think...</h1>
- <h2>Let's go <a href="{{ `/` | relURL }}">back to home page</a>.</h2>
+<div class="standard main rounded mt-4 mb-4" role="main">
+ <article
+ class="shadow p-4 border border-secondary rounded position-relative"
+ style="min-height: calc(100vh - 250px)"
+ >
+ <h1 class="top-h1">
+ One would think...
+ </h1>
+ <h2>Let's go <a href="{{ `/` | relURL }}">back to home page</a>.</h2>
+ </article>
</div>
{{ end }}