Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1.  
  2.  
  3. <html>
  4.  
  5. <head>
  6. <style type="text/css">
  7.  
  8.  
  9. div#register1{
  10. position: absolute;
  11. top: 433px;
  12. left: 429px;
  13. width: 306px;
  14. height: 171px;
  15. }
  16. h1{
  17. color:white;
  18. position:absolute;
  19. left: 267px;
  20. top: 372px;
  21. }
  22.  
  23. div#loginbox{
  24. color:white;
  25. position:absolute;
  26. left: 442px;
  27. top: 620px;
  28. text-align:center;
  29. }
  30. p{
  31. color: white;
  32. }
  33.  
  34.  
  35. </style>
  36.  
  37.  
  38. <h1>Register: (please use your minecraft username)</h1>
  39. <div id = "register1">
  40. <form name="login" method="post" action="../registernext/registernext.php">
  41. <p>Username:
  42. <input type ="text" name="useregister" size = "15" maxlength = "25" value = ""/>
  43. </p>
  44. <p>Password:
  45. <input type = "password" name="passwordregister" size = "15" maxlength = "25" value =""/>
  46. </p>
  47. <p>Confirm Password:
  48. <input type = "password" name="pass2" size = "15" maxlength = "25" value =""/>
  49. </p>
  50. <p>
  51. <input type ="submit" name ="submit" value="Register"/>
  52. </p>
  53. </form>
  54.  
  55. </div>
  56. <div id = "loginbox"><h2>Already have an account? <br/>
  57. <a href="login">Login</a></h2></div>
  58.  
  59.  
  60. <?php
  61.  
  62. include('../misc/Banner.php');
  63. include('../misc/Navbar.php');
  64. include('../misc/Background.php');
  65.  
  66. ?>
  67.  
  68. </body>
  69.  
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement