first commit

This commit is contained in:
2022-07-19 09:14:46 +02:00
commit 3da78f29c5
165 changed files with 5907 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{{ define "main" }}
{{ partial "navigation.html" . }}
<section class="section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h1>404</h1>
<h2>Page Not Found</h2>
<a class="btn btn-main" href="{{ site.BaseURL | relLangURL }}">Back to home</a>
</div>
</div>
</div>
</section>
{{ end }}