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: 12739e5d2a1d5ae033a60bc64518b17ce5f68adc (plain)
1
2
3
4
5
6
{{ partial "header.html" . }}
<main class="main">
  <h2>404 Page not found.</h2>
  <p>お探しのページは見つかりませんでした。入力したURLが間違っているかページが削除された可能性があります。</p>
  <p>URLをご確認のうえ再読み込みを行うか、<a href="/">トップページ</a>へとお戻りくださいm(_ _)m</p>
</main>