11 lines
391 B
Svelte
11 lines
391 B
Svelte
<div class="navbar">
|
|
<a href="/" class="no-link">Hunter</a>
|
|
|
|
<b><a href="/projects">Projects</a></b>
|
|
<b><a href="/system">System Setup</a></b>
|
|
<b><a href="https://github.com/Interfiber">GitHub</a></b>
|
|
<b><a href="https://bsky.app/profile/beachmont.xyz">Bluesky</a></b>
|
|
<b><a href="mailto:hsta@beachmont.xyz">Email</a></b>
|
|
<b><a href="/about">About</a></b>
|
|
</div>
|