Merge remote-tracking branch 'origin/master' into jetty-9.1

This commit is contained in:
Jan Bartel 2013-09-13 12:15:03 +10:00
commit cdec1e9d85
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
<html>
<head><title>Authentication Failure</title</head>
<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>
</body>
</html>