| <html> | |
| <body> | |
| Navigation complete. Below is the login form again, a sign of failure. | |
| <form method="POST" action="failed_input_outside.html" id="failed_form"> | |
| </form> | |
| <input type="text" id="username_failed" name="username_failed" | |
| form="failed_form"> | |
| <input type="password" id="password_failed" name="password_failed" | |
| form="failed_form"> | |
| <input type="submit" id="submit_failed" name="submit_failed" | |
| form="failed_form"> | |
| </body> | |
| </html> |