6 lines
175 B
Svelte
6 lines
175 B
Svelte
<script>
|
|
import '../style.css'
|
|
</script>
|
|
|
|
<h1>Welcome to SvelteKit</h1>
|
|
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>
|