first commit

This commit is contained in:
Romulus21
2024-09-01 15:28:32 +02:00
commit abcbc16d24
17 changed files with 5079 additions and 0 deletions

10
tailwind.config.js Normal file
View File

@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: {
files: ["*.html", "./src/**/*.rs"],
},
theme: {
extend: {},
},
plugins: [],
};