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

404.html « layouts - github.com/gundamew/hugo-bingo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 827ff429d69b96b90dc18301f55d2b49b80fdffa (plain)
1
2
3
4
5
6
7
8
{{ define "main" }}
<main class="tc lh-copy">
    <div class="ph5">
        <h1 class="f1 f-headline-l code mb3 fw9 dib tracked-tight dark-blue">404</h1>
        <h2 class="tc f1-l fw1">Sorry, we can't find the page you are looking for.</h2>
    </div>
</main>
{{ end }}