blob: ffc313091d0689a06aa4ea586e83653f9e522512 [file] [log] [blame]
<html>
<head>
<title>Fake Login Page</title>
<script>
function submitForm() {
document.getElementById('form').submit();
}
</script>
</head>
<body>
<form id='form' action="login.html" method="post">
<input type="submit" value="Login" />
</form>
</body>
</html>