Feat: Added signup page

This commit is contained in:
zuma 2025-04-16 18:45:37 +02:00
parent 54337509cf
commit 1005549f17
2 changed files with 61 additions and 1 deletions

View file

@ -2,4 +2,4 @@
let { src, alt } = $props();
</script>
<img src={src} alt={alt} loading="lazy" class="min-h-4 min-w-4 size-4" />
<img src={src} alt={alt} class="min-h-4 min-w-4 size-4" />