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

7 lines
182 B
HTML
Raw Normal View History

2021-01-04 03:29:13 +00:00
<h1 class="site-title">Sketchy Maze</h1>
<h5 class="site-subtitle">"a drawing-based maze game."</h5>
<div class="container my-4 fw-bold">
{{- partial "navbar.html" . -}}
</div>