Advertisement
Guest User

asdasdasd

a guest
Sep 1st, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.99 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5. <meta content="en-us" http-equiv="Content-Language" />
  6. <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
  7. <title>Welcome to linkvessel.in</title>
  8. <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css"/>
  9. <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css.map"/>
  10. <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css"/>
  11. <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-theme.css"/>
  12. <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-theme.css.map"/>
  13. <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-theme.min.css"/>
  14. <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
  15. <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
  16. <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
  17. <link rel="stylesheet" type="text/css" href="CSS/login.css" />
  18. </head>
  19.  
  20. <body>
  21.    
  22.     <div class="main_header">
  23.         <div class="login_box">
  24.             <fieldset>
  25.             <ul class="login_style_list">
  26.                 <li class="li_style1">
  27.                     <div>
  28.                         <label>Email address</label>
  29.                         <div class="email_box">
  30.                             <input type="email" class="form-control login_textbox" name="loginEmail" title="Email" />
  31.                         </div>
  32.                     </div>&nbsp;&nbsp;&nbsp;
  33.                    
  34.                     <div>
  35.                         <label>Password</label>
  36.                         <div class="password_box">
  37.                             <input type="password" class="form-control login_textbox" name="loginPassword" title="Paswword" />
  38.                         </div>
  39.                     </div>
  40.                 &nbsp;&nbsp;&nbsp;
  41.                
  42.                
  43.                     <div class="signin_btn_pos" style="margin-top:25px;">
  44.                         <input type="button" class="btn btn-primary" value="Sign In"/>
  45.                     </div> 
  46.                 </li>
  47.             </ul>
  48.             </fieldset>
  49.         </div>
  50.     </div><br>
  51.    
  52.     <div class="container_2">
  53.        
  54.     </div>
  55.    
  56. </body>
  57.  
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement