summaryrefslogtreecommitdiff
path: root/templates/header.html
blob: dfdb0b4742280b5faad901ef0761afb63f692005 (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>