Add Privacy Terms and Conditions and Cookie Policy

This commit is contained in:
2025-04-19 14:40:51 -08:00
parent fe11455103
commit 5dbf6901a0
14 changed files with 168 additions and 2344 deletions

7
tailwind.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
content: ['./src/**/*.html', './node_modules/flowbite/**/*.js'],
plugins: [
require('flowbite/plugin')
]
}