aboutsummaryrefslogtreecommitdiff
path: root/resources/views/includes/header.blade.php
blob: cf7d829f514d6e618ee6fb24a65726d4b949a2ab (plain)
1
2
3
4
5
6
7
8
9
10
	<nav>
		<div>
            <a href="/">home</a> |
            <a href="//git.diskfloppy.me/">git</a> |
			<a href="/projects/">projects</a> |
			<a href="/calculators/">calculators</a> |
			<a href="/computers/">computers</a> |
			<a href="/bookmarks/">bookmarks</a>
		</div>
	</nav>