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: 12063f33159f0c3202e1103956f2cd0827dde780 (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 requested could not be found.</p>
    </article>
  </div>
</div>
{{ end }}