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

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/404/single.html')
-rw-r--r--layouts/partials/404/single.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/layouts/partials/404/single.html b/layouts/partials/404/single.html
new file mode 100644
index 0000000..d6201d1
--- /dev/null
+++ b/layouts/partials/404/single.html
@@ -0,0 +1,35 @@
+{{ partial "core/html-start.html" . }}
+
+{{ partial "core/head.html" . }}
+
+<body class="page-colors minimum-viewport-height">
+ {{ partial "core/main-menu.html" . }}
+
+ <div class="main-content">
+ <div class="center-space">
+ <div class="article-colors">
+ <article>
+ <header>
+ <h1 class="blue-grey white-text center-items">404</h1>
+ </header>
+
+ <section class="center-items">
+ <p style="font-size: 1.5em;">
+ The requested page was not found! Try searching the site for
+ another page!
+ </p>
+ </section>
+
+ <section class="center-items large-form">
+ {{ partial "core/search.html" . }}
+ </section>
+ </article>
+ </div>
+ </div>
+ </div>
+
+ {{ partial "core/js.html" . }}
+</body>
+
+{{ partial "core/html-end.html" . }}
+