Guest User

Untitled

a guest
May 28th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1.  
  2.  
  3. <head>
  4. <title>Register</title>
  5. <style>
  6. body{
  7. margin-top: 140px;
  8. background: #D8D8D8;
  9. from-family: courier;
  10. color: #303030;
  11. }
  12. h3{
  13. background: #F8F8F8;
  14. font-family: courier;
  15. border-top: 1px solid #181818;
  16. border-bottom: 1px solid #181818;
  17. color: #181818;
  18. width: 250px
  19. }
  20.  
  21. h4{
  22. width: 300px;
  23. height: 40px;
  24. background: #F0F0F0;
  25. color: #181818;
  26. }
  27.  
  28. </style>
  29. </head>
  30. <body>
  31.  
  32. <center>
  33.  
  34. </font>
  35. <hr width="22%">
  36. <p><u><b>Login</b></u><p>
  37. <form action="reg.php" method="post">
  38. Username: <input type="text" name="username" /><br />
  39. Password: <input type="password" name="password" /><br />
  40. <input type="submit" />
  41. </form>
  42. <html>
  43.  
  44. </center>
  45. </body>
  46.  
  47. </html>
Add Comment
Please, Sign In to add comment