summaryrefslogtreecommitdiff
path: root/src/_includes/components/headerbar.njk
blob: 21fa357f3ea3ac26908a745991692848ee576c30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>