Spaces:
Sleeping
Sleeping
| <html> | |
| <head> | |
| <title>Context Test Login</title> | |
| </head> | |
| <body> | |
| <h1>Login required</h1> | |
| <input type="text" id="username" placeholder="Username"> | |
| <input type="password" id="password" placeholder="Password"> | |
| <button id="login-btn" onclick="document.body.innerHTML='<h1>Welcome admin!</h1>'">Login</button> | |
| <button id="submit-tax-payment-btn">Pay Tax</button> | |
| <div id="result"></div> | |
| </body> | |
| </html> |