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

404.html « layouts - github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8fe8176ee79342148fed1d589f6c2983d50f46c7 (plain)
1
2
3
4
5
{{ define "main" }}
<div class="404-not-found" style="font-size: 2rem; padding-top: 1.5rem;">
    <span>404 NOT FOUND</span>
</div>
{{ end }}