extremely simple register page

This commit is contained in:
Soph :3 2026-01-02 15:43:02 +02:00
parent a595c4e663
commit 7d0b833cb1
3 changed files with 29 additions and 5 deletions

View file

@ -0,0 +1,6 @@
<script lang="ts">
const {size}: {size: string} = $props();
</script>
<div class="text-{size || "2xl"} bg-clip-text text-transparent bg-linear-to-r from-amber-500 to-orange-500">
chat.sad.ovh
</div>