Prepare building components

This commit is contained in:
Fred Boniface 2023-06-12 19:16:39 +01:00
parent 0df459c9b9
commit 721aed99a5
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<div class="headerBar">
</div>
<style>
.headerBar {
background: blue;
height: 50px;
}
</style>

View File

@ -1,2 +1,6 @@
<script>
import Menu from '/src/components/small-header.svelte'
</script>
<Menu />
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>