8 lines
275 B
HTML
8 lines
275 B
HTML
<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> |