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

404.html « layouts - github.com/darshanbaral/khata.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57b407a9d4a1ca5fdd1903255460785c7a6cc832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ define "main"}}
<div class="standard main rounded mt-4 mb-4" role="main">
  <article
    class="shadow p-4 border border-secondary rounded position-relative"
    style="min-height: calc(100vh - 250px)"
  >
    <h1 class="top-h1">
      One would think...
    </h1>
    <h2>Let's go <a href="{{ `/` | relURL }}">back to home page</a>.</h2>
  </article>
</div>
{{ end }}