initial commit - add project files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<script lang="ts">
|
||||
import '../app.css';
|
||||
</script>
|
||||
|
||||
<slot />
|
||||
@@ -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" />
|
||||
Reference in New Issue
Block a user