Terms and conditions

This commit is contained in:
2025-07-30 01:09:46 +08:00
parent 7986f40598
commit 7f9d241850
10 changed files with 182 additions and 24 deletions

4
tailwind.config.js Normal file
View File

@@ -0,0 +1,4 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
plugins: [require("@tailwindcss/typography")],
};