| <html> | |
| <head> | |
| <title>Authentication Failure</title> | |
| <link rel="stylesheet" type="text/css" href="stylesheet.css"/> | |
| </head> | |
| <body> | |
| <h1>Authentication Failure</h1> | |
| <p>Sorry, either your login or password were incorrect, please try again.</p> | |
| <a href="auth.html">Login</a> | |
| </body> | |
| </html> |