annator-command-center / tests /mock_operations /context_test_login.html
techprotrade's picture
Deploy ATOM FastAPI command center runtime (part 8)
aef804e verified
Raw
History Blame Contribute Delete
458 Bytes
<!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>