Advertisement
Guest User

Untitled

a guest
Mar 29th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <html>
  2. <body>
  3. <head>
  4. <h2 id="title">Welcome to stat battle!</h2>
  5. <link rel="stylesheet" type="text/css" href="sign in.css">
  6. <form action="sign in.php" method="post">
  7. <h3 id="label">Username:</h3> <input id="user" type="text" name="user_name"><br>
  8. <h3 id="label">Password:</h3> <input id="pass" type="password" name="password"<br>
  9. <input id="signIn" type="submit" name="signIn" value="Sign in"><br>
  10. </form>
  11. <h1>Disclaimer: remember I (the creator of this app) can see the
  12. usernames and passwords created and I do not recommend you use
  13. one that you would normally</h1>
  14. </head>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement