Feat: 1st commit

This commit is contained in:
globuzma 2024-10-15 23:46:48 +02:00
commit 7a5c726f3c
18 changed files with 2606 additions and 0 deletions

9
tailwind.config.js Normal file
View file

@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./website/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}