initial commit

This commit is contained in:
Kentai Radiquum 2024-05-19 13:48:55 +05:00
commit c0a4a8b5df
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 1394 additions and 0 deletions

9
tailwind.config.js Normal file
View file

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