summaryrefslogtreecommitdiff
path: root/templates/header.html
blob: 6e439daec4fcc50c64f87eec5db67ccaafb45bfd (plain)
1
2
3
4
5
6
7
8
<div class="w-full py-2 space-x-4 flex flex-row items-center">
  <a href="/">
    <img src="static/img/logo.png" alt="BOT" width="64">
  </a>

  <a href="/">home</a>
  <a href="/wiki">wiki</a>
</div>