refactor: update landing page layout and styles for Schafkopf Bot

This commit is contained in:
2025-08-26 01:26:50 +02:00
parent 70ea3c4027
commit 41107652d1
4 changed files with 168 additions and 113 deletions

View File

@@ -1,10 +0,0 @@
<script lang="ts">
let count: number = $state(0)
const increment = () => {
count += 1
}
</script>
<button onclick={increment}>
count is {count}
</button>