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

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian <julian@vantage-design.com>2020-02-06 23:20:17 +0300
committerJulian <julian@vantage-design.com>2020-02-06 23:20:17 +0300
commit5ebb0ab1e5106bdfcafd5b459d466e16a59b6b01 (patch)
tree8bef96f8c1030cdf872d80d55ec11b2f25360497 /layouts/404.html
First commit
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644
index 0000000..86d4eb6
--- /dev/null
+++ b/layouts/404.html
@@ -0,0 +1,11 @@
+<div style="height:100vh;">
+
+ <div class="d-flex flex-column align-items-center justify-content-center h-100">
+ <h1 class="display-1 text-muted">Oops!</h1>
+ <p class="lead">Error 404. The page you requested could not be found.</p>
+ <a href="{{ .Site.BaseURL | relLangURL }}" class="btn btn-outline-primary mt-5">
+ <i class="fas fa-arrow-left"></i>
+ Return to the homepage
+ </a>
+ </div>
+</div>