github-pages
github-pages copied to clipboard
My website
fintech-app/ ├── index.html ├── css/ │ ├── style.css │ └── dashboard.css ├── js/ │ ├── main.js │ ├── payment.js │ └── banking.js ├── assets/ │ └── (images/icons) ├── api/ │ ├── payments/ │ │ ├── electricity.php │ │ ├── cable.php │ │ └── airtime.php │ ├── banking/ │ │ ├── transfer.php │ │ ├── savings.php │ │ └── investments.php │ └── cashback.php ├── admin/ │ └── (admin dashboard files) └── README.md