blob: 0edc922e254220a276baf46b9507278a362a68f1 (
plain)
1
2
3
4
5
6
7
8
9
|
<div class="headerbar">
<div id="links" class="flex gap-3">
<button onclick="window.location.href='/'">home</button>
<button onclick="window.location.href='/blog'">blog</button>
<button onclick="window.location.href='https://github.com/getchoo'">
github
</button>
</div>
</div>
|