Guest User

Untitled

a guest
Dec 11th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Admin login page</title>
  4. </head>
  5. <body>
  6. <p>You seem to have stumbled upon a page you shouldn't have. Leave now, or very bad things will happen to you.</p>
  7. <form action="kairoslogin.php" method="post">
  8. Username: <input type="text" name="uname" />
  9. Password: <input type="text" name="password" />
  10. <input type="submit" />
  11. </form>
  12. </body>
  13. </html>
Add Comment
Please, Sign In to add comment