Initial Commit

This commit is contained in:
Kentai Radiquum 2024-12-28 21:30:03 +05:00
commit e50589906c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
38 changed files with 3645 additions and 0 deletions

8
tailwind.config.js Normal file
View file

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