Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>ExtremePrison LIAR</title>
- <style>
- body{
- background:url(extremeprison.png);
- background-size:cover;
- }
- .usernamelogin {
- height:1px;
- }
- .loginsectiontext {
- color:red;
- }
- </style>
- </head>
- <body>
- <body background="extremeprison.png">
- </body>
- <!--Website Texts and login inputs-->
- <form>
- <div class=loginsectiontext align="center">
- <h1>ExtremePrison LIAR Login</h1>
- <b>Username:</b><input type="user" name="namelogin"><br>
- <b>Password:</b><input type="pass" name="passlogin"><br>
- <b>Email:</b><input type="email" name="emaillogin"><br>
- <input type="submit" name="loginbutton" value="Login">
- </div>
- </form>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement