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

404.html « layouts - github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c3a8997ea7603d7d16ea29e882f6d90362515d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ define "main" }}
<div class="p-single">
  <div class="c-container">
    <article class="c-post">
      <h1 id="title">404 Page Not Found</h1>
      <p style="margin-top: 1em;">The requested URL was not found on this server.<br>
      The page you are looking for may be temporarily inaccessible or deleted.</p>
      <p style="margin-top: 2em;">
        <a class="c-link" href="{{ "/" | relURL }}">go home</a>
      </p>
    </article>
  </div>
</main>
{{ end }}