Advertisement
umasoodch

registerationHTML

Dec 19th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <DOCTYPE! html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="stylesheet" type="text/css" href="Styling.css">
  6. <title>CloudStockpile</title>
  7. </head>
  8. <body background="registration.jpg">
  9.  
  10.  
  11. <div id="container">
  12. <div id="header">
  13. </div>
  14.  
  15.  
  16. <div id="reg">
  17. <h1 class="heading">Registration<h1>
  18. <form class = "headings" action="Registeration.php" method="post" target="_blank" onsubmit="return window.confirm(&quot;You are submitting information to an external page.\nAre you sure?&quot;)">
  19. Username<input type="text" name="username" value="" id="username" required/>
  20. Email<input type="text" name="email" value="" id="email" required/>
  21. Password<input type="password" name="password" id="password "value="" required/>
  22. <input type="submit" name="submit" value="Register">
  23. </form>
  24. </div>
  25. </div>
  26. </body>
  27. </head>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement