1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
wakapi/views/header.tpl.html
Ferdinand Mütsch 903defca99 fix: commit missing files
chore: add favicon
2020-11-28 20:31:28 +01:00

6 lines
212 B
HTML

<header class="flex justify-between mb-10">
<a id="logo-container" class="text-2xl font-semibold text-white inline-block" href="">
<span>&#x1f4ca;</span>
<span>Wakapi</span>
</a>
</header>