First commit

This commit is contained in:
mpuccini
2021-02-16 16:29:19 +01:00
commit 78e7b28f72
159 changed files with 18172 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{{ define "main" }}
{{ "<!-- Main -->" | safeHTML }}
<section id="main" class="container">
<header>
<h2>404 Not Found</h2>
</header>
<div class="box">
Oops, something went wrong. Time to go <a href="/">home</a>.
</div>
</section>
{{ end }}