initial commit - add project files

This commit is contained in:
2024-01-21 14:54:48 +10:00
parent bed4bff2c6
commit 4c0caa9e35
15 changed files with 170 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<script lang="ts">
import '../app.css';
</script>
<slot />
+3
View File
@@ -0,0 +1,3 @@
<h1 class="text-5xl font-bold">Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<input type="checkbox" value="light" class="toggle theme-controller" />