initial commit

This commit is contained in:
sakrecoer 2026-01-29 21:20:57 +01:00
parent 49d7be3ce9
commit fa31dc491c
13 changed files with 605 additions and 675 deletions

View file

@ -0,0 +1,31 @@
<!DOCTYPE HTML>
<!--
Basspistol2025 by Sakrecoer
Free for personal and commercial use under the Creative commons licens CC-BY-SA 4.0 https://creativecommons.org/licenses/by-sa/4.0/
-->
<html lang="{{ .Site.LanguageCode }}">
<head>
</head>
<body>
{{ block "navigation" . }}{{ end }}
<!-- Wrapper -->
<div id="main-wrapper">
{{ block "hero" . }}{{ end }}
{{ block "main" . }}{{ end }}
{{ block "footer" . }}{{ end }}
</div>
<!-- END Wrapper -->
</body>
</html>