This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/site/layouts/404.html

10 lines
207 B
HTML
Raw Normal View History

2018-12-03 21:44:11 +00:00
{{ define "main" }}
2020-03-28 21:45:05 +00:00
<main id="swup" class="transition">
<h1>Nothing Here...</h1>
<h2 style="font-size: 120px; margin:0;">💩</h2>
<h3><a href="{{ "/" | relURL }}">Go Home</a></h3>
</main>
2018-12-03 21:44:11 +00:00
{{ end }}