Advertisement
Guest User

Untitled

a guest
Oct 9th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.65 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>ExtremePrison LIAR</title>
  4. <style>
  5. body{
  6. background:url(extremeprison.png);
  7. background-size:cover;
  8. }
  9. .usernamelogin {
  10.     height:1px;
  11. }
  12. .loginsectiontext {
  13.     color:red;
  14. }
  15.  
  16. </style>
  17.  
  18. </head>
  19.  
  20. <body>
  21. <body background="extremeprison.png">
  22.  
  23. </body>
  24. <!--Website Texts and login inputs-->
  25. <form>
  26. <div class=loginsectiontext align="center">
  27. <h1>ExtremePrison LIAR Login</h1>
  28. <b>Username:</b><input type="user" name="namelogin"><br>
  29. <b>Password:</b><input type="pass" name="passlogin"><br>
  30. <b>Email:</b><input type="email" name="emaillogin"><br>
  31. <input type="submit" name="loginbutton" value="Login">
  32. </div>
  33. </form>
  34.  
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement