First version

This commit is contained in:
2024-03-07 00:17:34 +03:00
parent 0970591d02
commit 1d33cfbf09
16 changed files with 458 additions and 345 deletions

8
tailwind.config.js Normal file
View File

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