set minimal template for aae association

This commit is contained in:
2023-06-15 13:32:55 +02:00
parent c60c85bf3f
commit f5f1587da0
16 changed files with 322 additions and 0 deletions

14
layouts/404.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
{{ partial "head.html" . }}
<body>
{{ partial "header.html" . }}
<div class="main">
<div>
<h1>404 page not found.</h1>
<p><a href="{{ .Site.BaseURL }}">Go Home</a></p>
</div>
</div>
{{ partial "footer.html" . }}
</body>
</html>