Files
calorie-tracker/src/lib/router/routes/Index.svelte
2022-10-27 04:54:36 +03:00

11 lines
355 B
Svelte

<div class="flex flex-col space-y-6 items-center font-bold drop-shadow-ft">
<h1 class="text-4xl mt-16">Welcome</h1>
<h2 class="text-xl">
This is a <span class="bg-secondary text-secondary-content rounded-md p-1"
>Svelte
</span>
-
<span class="bg-primary text-primary-content rounded-md p-1"> Tauri</span> Template
</h2>
</div>