first commit

This commit is contained in:
Soph :3 2025-12-12 21:12:47 +02:00
commit 672f0deb6a
18 changed files with 1274 additions and 0 deletions

4
tailwind.config.js Normal file
View file

@ -0,0 +1,4 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./website/**/*.{html,js,ts,svelte,md}"],
};