github-pages icon indicating copy to clipboard operation
github-pages copied to clipboard

My website

Open Jos1122yt33 opened this issue 8 months ago • 0 comments

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

Jos1122yt33 avatar Aug 18 '25 12:08 Jos1122yt33