Modern Login page through JS, CSS and HTML
- Supports Multiple login
Username: STW Password: 123456
Username: Admin Password: Admin1234
- Open login-page.min.js using any text editor
- Then find [{username:"STW",password:"123456"},{ username: 'Admin', password: 'Admin1234' }]
- Then change STW and Admin with a random username then change 123456 and Admin1234 with a random password
If you only need one user login then just remove ,{ username: 'Admin', password: 'Admin1234' }
,{ username: 'username_here', password: 'password_here' }
