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

github.com/diwao/hestia-pure.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.html21
1 files changed, 15 insertions, 6 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 12739e5..7053f50 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,6 +1,15 @@
-{{ partial "header.html" . }}
-<main class="main">
- <h2>404 Page not found.</h2>
- <p>お探しのページは見つかりませんでした。入力したURLが間違っているかページが削除された可能性があります。</p>
- <p>URLをご確認のうえ再読み込みを行うか、<a href="/">トップページ</a>へとお戻りくださいm(_ _)m</p>
-</main>
+<!DOCTYPE html>
+<html lang="ja">
+{{ partial "head" . }}
+<body>
+ <div id="wrap" class="wrap">
+ {{ partial "header" . }}
+ <main class="main">
+ <h2>404 Page not found.</h2>
+ <p>お探しのページは見つかりませんでした。入力したURLが間違っているかページが削除された可能性があります。</p>
+ <p>URLをご確認のうえ再読み込みを行うか、<a href="/">トップページ</a>へとお戻りくださいm(_ _)m</p>
+ </main>
+ </div>
+{{ partial "js" . }}
+</body>
+</html>