We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fd947 commit fa7e165Copy full SHA for fa7e165
src/pages/Home.svelte
@@ -3,6 +3,9 @@ import { fade } from 'svelte/transition'
3
</script>
4
5
<div class="page" transition:fade>
6
- <h1 class="text-red-500 text-6xl text-center font-thin my-8">HELLO WORLD!</h1>
7
- <p class="text-center mx-4">Visit the <a href="https://svelte.dev/tutorial">Svelte tutorial</a> to learn how to build Svelte apps.</p>
+ <div class="flex flex-col items-center">
+ <h1 class="text-red-500 text-6xl font-thin my-8">HELLO WORLD!</h1>
8
+ <p class="mx-4 mb-8">An opinionated Svelte project starter template for quick boilerplating.</p>
9
+ <a class="underline text-blue-500 hover:text-blue-700" href="https://github.com/zerodevx/svelte-starter">https://github.com/zerodevx/svelte-starter</a>
10
+ </div>
11
</div>
0 commit comments