website/themes/notebook/layouts/partials/header.html

12 lines
306 B
HTML

<a href="/">
<img src="/images/logo-64.png" width="64" height="64" class="site-logo" border="0">
</a>
<h1 class="site-title"><a href="/">Sketchy Maze</a></h1>
<h5 class="site-subtitle">"a drawing-based maze game."</h5>
<div class="container my-4 fw-bold">
{{- partial "navbar.html" . -}}
</div>