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:
authorDarshan Baral <darshanbaral@gmail.com>2019-07-07 21:20:57 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-07-07 21:20:57 +0300
commit34be0b78b1ca6a0c1e7ab2b9d224899f860f073c (patch)
tree079bfb3707fcc9f3d4e7efe9888d804ce98fea9f
parent43a67cbbc605d7ea8e7a935f4aa0594458f1a60c (diff)
Updated 404 page
-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 }}