Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.224.73.107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login</title>
</head>
<body>
<h2>Login Form</h2>
<form id="loginForm" method="post">
<label for="username">Username:</label>
<input type="text" id="username" name="username" required /><br /><br />
<label for="password">Password:</label>
<input
type="password"
id="password"
name="password"
required
/><br /><br />
<button type="submit" id="submitHandler">Login</button>
</form>
<!-- <p id="message"></p> -->
<!-- <script src="./js/log.js"></script> -->
</body>
</html>
|