Skip to content

Commit 0a651b1

Browse files
committed
Close #26
1 parent ffcb650 commit 0a651b1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/routes/+page.svelte

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
<h1>Welcome to SvelteKit</h1>
2-
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>
1+
<script lang="ts">
2+
import { Navbar, NavBrand, NavLi, NavUl, NavHamburger } from 'flowbite-svelte';
3+
</script>
4+
5+
<Navbar>
6+
<NavBrand>
7+
<span class="text-xl font-semibold">colorblockifier</span>
8+
</NavBrand>
9+
</Navbar>

0 commit comments

Comments
 (0)