aboutsummaryrefslogtreecommitdiff
path: root/src/components/Navbar.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Navbar.astro')
-rw-r--r--src/components/Navbar.astro9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro
new file mode 100644
index 0000000..6cf958a
--- /dev/null
+++ b/src/components/Navbar.astro
@@ -0,0 +1,9 @@
+---
+import "./Navbar.css"
+---
+<nav>
+ <ul>
+ <li>Home</li>
+ <li>Projects</li>
+ </ul>
+</nav>