summaryrefslogtreecommitdiff
path: root/src/_includes/components/headerbar.njk
blob: 54ea25a95d04180a3cf0f5eb21f64c4a221465a1 (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>