Merge remote-tracking branch 'origin/master' into jetty-9.1
This commit is contained in:
commit
cdec1e9d85
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue