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

404.html « layouts - github.com/diwao/hestia-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7053f50c378a42a1234d3ffc8883d0114c577d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>