1 |
647
|
doc
|
<!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 |
|
|
margin: 0px;
|
13 |
754
|
doc
|
background: #A8BCCB url(../interface/background.png) ;
|
14 |
647
|
doc
|
background-repeat:repeat-x;
|
15 |
|
|
}
|
16 |
|
|
a:link, a:visited, a:active {
|
17 |
|
|
color: #003366;
|
18 |
|
|
text-decoration: none;
|
19 |
|
|
}
|
20 |
|
|
a:hover {
|
21 |
|
|
text-decoration: underline;
|
22 |
|
|
color: #336699;
|
23 |
|
|
}
|
24 |
621
|
doc
|
h1 {
|
25 |
|
|
text-align: center;
|
26 |
754
|
doc
|
font-size: 18px;
|
27 |
|
|
color: #000;
|
28 |
621
|
doc
|
text-transform: uppercase;
|
29 |
|
|
}
|
30 |
647
|
doc
|
hr {
|
31 |
|
|
height: 1px;
|
32 |
|
|
color: #336699;
|
33 |
|
|
background-color: #336699;
|
34 |
|
|
border: 0;
|
35 |
|
|
}
|
36 |
|
|
--></style></head>
|
37 |
|
|
<body>
|
38 |
|
|
|
39 |
|
|
<center>
|
40 |
|
|
<br />
|
41 |
|
|
<h1>Excessive Invalid Logins</h1>
|
42 |
|
|
You have attempted to login too many times
|
43 |
|
|
</center>
|
44 |
|
|
|
45 |
|
|
</body>
|
46 |
4
|
ryan
|
</html>
|