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

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon He <lhe868@gmail.com>2019-08-21 06:19:55 +0300
committerLeon He <lhe868@gmail.com>2019-08-21 06:19:55 +0300
commita74454c537924f3353d95d8c92cb02e326216099 (patch)
treecf5a54d1b09a9f3dff6cba1accaca818ec2cab77
parentd83fd0749387506e6204e7ed560cc9dd27543de6 (diff)
update 404 page
-rw-r--r--layouts/404.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
index e69de29..3a2827f 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -0,0 +1,11 @@
+{{ define "main"}}
+<div class="panel panel-default">
+ <div class="panel-body">
+ <h1> Oops! Page not found</h1>
+<p>
+ We are sorry, but the page you requested was not found
+</p>
+<p><a href='/'><button type="button" class="btn btn-primary">Back Home</button></a></p>
+ </div>
+ </div>
+{{ end }}