1
0
Fork 0
forked from elh/elh.gay

added navbar, boilerplate template made

This commit is contained in:
elh 2024-06-16 23:52:15 -04:00
parent d32f40b611
commit 707aa66b35
6 changed files with 107 additions and 130 deletions

View file

@ -0,0 +1,8 @@
---
---
<div class="nav-links">
<a href="/">Home</a>
<a href="/about-me">About Me</a>
<a href="/blog">Blog</a>
<a href="https://youtube.com/watch?v=brwS_ZmVaRc">Caramelldansen</a>
</div>

View file

@ -0,0 +1,8 @@
---
import Navigation from "../components/Nav-bar.astro"
---
<header>
<nav>
<Navigation/>
</nav>
</header>