Initial landing page

This commit is contained in:
Jose Selesan
2026-06-09 09:32:42 -03:00
commit 703d17cf2f
24 changed files with 621 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};