rimgo/views/partials/header.hbs
video-prize-ranch e82b47a729
CSS cleanup
2022-12-20 19:35:48 -05:00

8 lines
185 B
Handlebars

<nav class="flex flex-center">
<a href="/">
<img src="/static/img/rimgo.svg" width="64" height="64" class="logo" alt="Logo">
</a>
<a href="/">
<h2>rimgo</h2>
</a>
</nav>