1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
3
|
<head>
|
4
|
<title>Maximum Invalid Login Attemps Exceeded</title>
|
5
|
<style type="text/css"><!--
|
6
|
body,td,th {
|
7
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
8
|
font-size: 12px;
|
9
|
color: #000000;
|
10
|
}
|
11
|
body {
|
12
|
background-color: #F8F8F8;
|
13
|
margin: 0px;
|
14
|
}
|
15
|
a:link, a:visited, a:active {
|
16
|
color: #003366;
|
17
|
text-decoration: none;
|
18
|
}
|
19
|
a:hover {
|
20
|
text-decoration: underline;
|
21
|
color: #336699;
|
22
|
}
|
23
|
hr {
|
24
|
height: 1px;
|
25
|
color: #336699;
|
26
|
background-color: #336699;
|
27
|
border: 0;
|
28
|
}
|
29
|
--></style></head>
|
30
|
<body>
|
31
|
|
32
|
<center>
|
33
|
<br />
|
34
|
<h1>Excessive Invalid Logins</h1>
|
35
|
You have attempted to login too many times
|
36
|
</center>
|
37
|
|
38
|
</body>
|
39
|
</html>
|