aboutsummaryrefslogtreecommitdiff
path: root/resources/views/includes/header.blade.php
blob: 605ea3c0e4c3f1aeec5fb1e4b1c88f31156ecd24 (plain)
1
2
3
4
5
6
7
8
9
10
11
	<nav>
		<div>
            <a href="/">home</a> |
            <a href="//git.diskfloppy.me/">git</a> |
			<a href="/projects/">projects</a> |
			<a href="https://github.com/floppydisk05?tab=repositories">repos</a> |
			<a href="/calculators/">calculators</a> |
			<a href="/computers/">computers</a> |
			<a href="/bookmarks/">bookmarks</a>
		</div>
	</nav>