This commit is contained in:
marc-kbpm
2022-12-02 19:28:05 +01:00
parent a4d6ab14ff
commit 4286641ec6
49 changed files with 2197 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<header class="header-background">
<div class="h-28 w-full flex items-center justify-between container mx-auto">
<a href="/">
<img src="/logo.svg" class="h-9" alt="Logo Interpeer">
</a>
{{- partial "nav.html" . -}}
</div>
</header>