Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <meta charset="utf-8"/>
  10. <title> SLIT-Project </title>
  11. <meta name="viewport" content="width=device-width, minimumscale=
  12. 1.0, maximum-scale=1.0" />
  13. </head>
  14.  
  15. <body>
  16.  
  17. <form action="" method="POST">
  18. <table align="center">
  19.  
  20.  
  21. <div id="container">
  22. <header id="header">
  23. <hgroup>
  24. <center><h1 id="site-logo"> Login </h1></center>
  25. </hgroup>
  26. </header>
  27.  
  28. <tr>
  29. <td><input type="text" placeholder="username" </td>
  30. <td><input type="text" placeholder="password" </td>
  31. <td><input type="submit" value="login" </td> </br>
  32. <td><p><a href="" >forgot Password? </p> </td>
  33. </tr>
  34.  
  35. </div>
  36. </table>
  37.  
  38.  
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement