Created Navbar and added styling to links
This commit is contained in:
9
src/routes/+layout.svelte
Normal file
9
src/routes/+layout.svelte
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
<nav>
|
||||
<a href = "test">//tab</a>
|
||||
<a href = "test">//tab</a>
|
||||
<a href = "test">//tab</a>
|
||||
</nav>
|
||||
|
||||
<slot />
|
Reference in New Issue
Block a user