Created new main card and created a container for inner element of main page.

This commit is contained in:
2023-08-31 22:27:21 +01:00
parent 0a647357b5
commit 94cc74bcdb
4 changed files with 50 additions and 14 deletions

View File

@@ -1,2 +1,8 @@
<script>
import Main from './Main.svelte';
</script>
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<Main></Main>