Advertisement
Guest User

Untitled

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