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

404.html « layouts - github.com/WingLim/hugo-tania.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24409fd917617040ce5e4f5f88bc15f68479204c (plain)
1
2
3
4
5
6
7
8
9
10
{{ partial "head/head" . }}
{{ partial "header" . }}

<div class="container">
<main>
<h1>404 NOT FOUND</h1>
</main>
</div>

{{ partial "footer/footer" . }}