| 1 | 2 | Manuela | <!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 |  |  | <!--
 | 
      
        | 4 |  |  |  @version         $Id: warning.html 77 2017-03-12 02:46:29Z Luisehahne $
 | 
      
        | 5 |  |  | -->
 | 
      
        | 6 |  |  | <head>
 | 
      
        | 7 |  |  | <title>Maximum Invalid Login Attemps Exceeded</title>
 | 
      
        | 8 |  |  | <style type="text/css"><!--
 | 
      
        | 9 |  |  | body,td,th {
 | 
      
        | 10 |  |  |     font-family: Verdana, Arial, Helvetica, sans-serif;
 | 
      
        | 11 |  |  |     font-size: 12px;
 | 
      
        | 12 |  |  |     color: #000000;
 | 
      
        | 13 |  |  | }
 | 
      
        | 14 |  |  | body {
 | 
      
        | 15 |  |  |     margin: 0px;
 | 
      
        | 16 |  |  |   background: #A8BCCB url(../images/background.png) ;
 | 
      
        | 17 |  |  |   background-repeat:repeat-x;
 | 
      
        | 18 |  |  | }
 | 
      
        | 19 |  |  | a:link, a:visited, a:active {
 | 
      
        | 20 |  |  |     color: #003366;
 | 
      
        | 21 |  |  |     text-decoration: none;
 | 
      
        | 22 |  |  | }
 | 
      
        | 23 |  |  | a:hover {
 | 
      
        | 24 |  |  |     text-decoration: underline;
 | 
      
        | 25 |  |  |     color: #336699;
 | 
      
        | 26 |  |  | }
 | 
      
        | 27 |  |  | h1 {
 | 
      
        | 28 |  |  |     text-align: center;
 | 
      
        | 29 |  |  |     font-size: 18px;
 | 
      
        | 30 |  |  |     margin-top: 0;
 | 
      
        | 31 |  |  |     color: #000;
 | 
      
        | 32 |  |  |     text-transform: uppercase;
 | 
      
        | 33 |  |  | }
 | 
      
        | 34 |  |  | hr {
 | 
      
        | 35 |  |  |     height: 1px;
 | 
      
        | 36 |  |  |     color: #336699;
 | 
      
        | 37 |  |  |     background-color: #336699;
 | 
      
        | 38 |  |  |     border: 0;
 | 
      
        | 39 |  |  | }
 | 
      
        | 40 |  |  | div#message {
 | 
      
        | 41 |  |  |     margin: 0 auto;
 | 
      
        | 42 |  |  |     height: 80px;
 | 
      
        | 43 |  |  |     padding: 0;
 | 
      
        | 44 |  |  |     text-align: center;
 | 
      
        | 45 |  |  | }
 | 
      
        | 46 |  |  | --></style></head>
 | 
      
        | 47 |  |  | <body>
 | 
      
        | 48 |  |  | 
 | 
      
        | 49 |  |  | <div id='message'>
 | 
      
        | 50 |  |  |     <h1>Excessive Invalid Logins</h1>
 | 
      
        | 51 |  |  |     You have attempted to login too many times
 | 
      
        | 52 |  |  | </div>
 | 
      
        | 53 |  |  | 
 | 
      
        | 54 |  |  | </body>
 | 
      
        | 55 |  |  | </html>
 |