Guest User

Untitled

a guest
May 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <html>
  2. <body>
  3.  
  4. <fieldset>
  5. <legend>
  6. Hero Quests
  7. </legend>
  8. <form action="">
  9. Kill the Rogue <input type="submit" value="Begin!">
  10. Eat the Apple <input type="submit" value="Begin!">
  11. </form>
  12. </fieldset>
  13.  
  14. <?php
  15. include("verifyid.php");
  16. ?>
  17.  
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment