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

404.html « layouts - github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1fe6bff21932fd4aa58607f477afe0605f31b3e (plain)
1
2
3
4
5
6
7
8
9
10
{{ define "main" }}
<div class="row justify-content-center">
  <div class="col-md-12 col-lg-10 col-xl-8">
    <article>
      <h1 class="text-center">Page not found :(</h1>
      <p class="text-center">The page you are looking for doesn't exist or has been moved.</p>
    </article>
  </div>
</div>
{{ end }}