Advertisement
Guest User

Untitled

a guest
Nov 21st, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title> Blabablal </title>
  5.     </head>
  6.    
  7.     <style>
  8.         h1 {text-align:center;}
  9.         h2 {text-align:center;}
  10.         form {text-align:center;}
  11.     </style>
  12.  
  13.  
  14.     <body>
  15.    
  16.         <h1>This is a site for user registration and login</h1>
  17.         <h2>Please, log in to continue!</h2>
  18.        
  19.         <form name="registration" method="post" action="mingiphpfail.php">
  20.        
  21.             Username: <br>
  22.             <input type="text" name="username"><br>
  23.             Password: <br>
  24.             <input type="password" name="password"><br>
  25.             Email: <br>
  26.             <input type="email" name="email"><br>
  27.            
  28.             <div>
  29.                 <input type="sumbit" name="login" value="Log in">
  30.                 <input type="sumbit" name="register" value="Register">
  31.             </div>
  32.        
  33.         </form>
  34.         <br><br><br>
  35.        
  36.         <h2> Insert username to check the data associated with it </h2>
  37.        
  38.         <form name="Get user data" method="post" action="mingiphsoh.php">
  39.        
  40.             Username: <br>
  41.             <input type="text" name="usernameget"><br>
  42.             <input type="sumbit" name="sumbitget" value="Sumbit">
  43.            
  44.         </form>
  45.        
  46.     </body>
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement