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/404.html')
-rw-r--r--layouts/404.html35
1 files changed, 1 insertions, 34 deletions
diff --git a/layouts/404.html b/layouts/404.html
index d6201d1..79caadc 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,35 +1,2 @@
-{{ 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" . }}
+{{ partial "404/single.html" . }}