Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Snuttify - Login</title>
  6.  
  7. <link href="loginregistercss.css" type="text/css" rel="stylesheet"/>
  8.  
  9. </head>
  10.  
  11. <body id="gradient">
  12.  
  13. <div>
  14.  
  15. <div id="login_register">
  16.  
  17.  
  18.  
  19.  
  20. <div id="logindiv">
  21.  
  22. <h1> Login </h1>
  23.  
  24. <form action="login.php" method="post">
  25.  
  26. <input type="text" class="indexinput" name="Loginusername" placeholder="Username" />
  27. <br />
  28. <input type="password" class="indexinput" name="Loginpassword" placeholder="Password" />
  29. <br />
  30.  
  31. <input type="submit" class="indexloginbtn" name="Loginsubmit" value="Login" />
  32.  
  33. </form>
  34. </div>
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. <div id="registerdiv">
  44.  
  45. <h1> Register </h1>
  46.  
  47. <form action="registrering.php" method="post">
  48.  
  49. <input type="text" class="indexinput" name="Registrname" placeholder="First- & surname"/>
  50. <br />
  51. <input type="text" class="indexinput" name="Registeradress" placeholder="Adress" />
  52. <br />
  53. <input type="text" class="indexinput" name="Registerusername" placeholder="Username" />
  54. <br />
  55. <input type="date" class="indexinputdate" name="Registerbirthdate">
  56. <br />
  57. <input type="password" class="indexinput" name="Loginpassword" placeholder="Password" />
  58. <br />
  59.  
  60. <input type="submit" class="indexloginbtn" name="Registersubmit" value="Register" />
  61.  
  62. </form>
  63.  
  64.  
  65.  
  66.  
  67. </div>
  68.  
  69. </div>
  70.  
  71. </div>
  72.  
  73. </body>
  74. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement