rimgo/views/partials/header.hbs

8 lines
185 B
Handlebars
Raw Normal View History

2022-12-21 00:35:48 +00:00
<nav class="flex flex-center">
2022-01-18 00:36:08 +00:00
<a href="/">
2022-11-18 17:14:11 +00:00
<img src="/static/img/rimgo.svg" width="64" height="64" class="logo" alt="Logo">
2022-01-18 00:36:08 +00:00
</a>
<a href="/">
<h2>rimgo</h2>
</a>
2022-01-17 20:23:04 +00:00
</nav>