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

404.html « layouts - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 512569be78a02858ad088b4b39fa060d61239d8e (plain)
1
2
3
4
5
{{ define "main" }}
<div class="bg-secondary-bg rounded overflow-hidden mt-12 px-4 py-32 text-center">
    <span class="text-3xl">404 - Page not found</span>
</div>
{{ end }}