Advertisement
Moravetskyi

Untitled

Jul 29th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3. <html>
  4. <head>
  5. <title>LogIn</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <meta name="description" content="Login">
  8. <link href="style.css" rel="stylesheet" type="text/css">
  9. </head>
  10. <body>
  11.  
  12. <form id = 'login' action="autorez_login.php" method="post">
  13. <table>
  14. <tr>
  15. <td><b>Login:</b></td>
  16. <td>
  17. <input class="rounded" type = 'text' name = 'login'>
  18. </td>
  19. </tr>
  20.  
  21.  
  22. <tr>
  23. <td><b>Password:</b></td>
  24. <td>
  25. <input class="rounded" type = 'password' name = 'pass'>
  26. </td>
  27. </tr>
  28.  
  29.  
  30. <tr>
  31. <td id="log" colspan='2' >
  32. <input id="button" type='submit' value="Log In">
  33.  
  34. </td>
  35. </tr>
  36.  
  37. </table>
  38. </form>
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement