added TADS 1 and 2

This commit is contained in:
2025-04-04 20:28:38 +02:00
parent a02224cdc8
commit 3d894c54fc
45 changed files with 492 additions and 16 deletions

View File

@@ -2,8 +2,6 @@
import Header from "$lib/header.svelte";
import Footer from "$lib/footer.svelte";
export const prerender = true;
let { children } = $props();
</script>