Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title> Hangman Solution</title>
  5. </head>
  6. <body>
  7. <div id="container">
  8. <p id="message"></p>
  9. <img id="hangman" src="Hangman-0.png"/>
  10. <div id="word"></div>
  11. <button id="newgame">New Game</button>
  12. </div>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement