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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 0f8f0ce..45b51d2 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -7,11 +7,13 @@
{{ end }}
{{ define "content" }}
-<div class="notFound">
- <img src="/assets/images/404.png" alt="">
- <div class="message">
- <h1>404</h1>
- <h4>The page you are looking for is not there yet.</h4>
+<div class="container">
+ <div class="notFound">
+ <img src="/assets/images/404.png" alt="">
+ <div class="message">
+ <h1>404</h1>
+ <h4>The page you are looking for is not there yet.</h4>
+ </div>
</div>
</div>
{{ end }}