Advertisement
umasoodch

indexhtml

Dec 19th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <link rel="stylesheet" type="text/css" href="Styling.css">
  5. <title>CloudStockpile</title>
  6. </head>
  7. <body background="background.jpg">
  8.  
  9. <div id="container">
  10. <div id="header">
  11. </div>
  12. <div id="user">
  13. <h1 class="logins">Login<h1>
  14. <form action="login.php" method="post">
  15. <input type="text" name="username" value="username">
  16. <input type="password" name="password" value="password">
  17. <input type="submit" name="submit" value="Login">
  18. <p class="registers"><a href="registration.html">Register</a></p>
  19. </form>
  20. </div>
  21.  
  22. </div>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement