please make it into prod

This commit is contained in:
2025-11-21 03:04:06 +08:00
commit 96bb3ffee2
42 changed files with 7013 additions and 0 deletions

7
src/routes/+page.svelte Normal file
View File

@@ -0,0 +1,7 @@
<script lang="ts">
import "../app.css";
</script>
<main class="card-body">
<button class="btn btn-primary">Hello TailwindCSS!</button>
</main>