File size: 458 Bytes
aef804e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<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>