Guest User

Untitled

a guest
Apr 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Space Man</title>
  5. </head>
  6. <body>
  7. <h1>Guess The Word</h1>
  8. <h3 id="letters"></h3>
  9. <input placeholder="letters" maxlength="1">
  10. <button>Enter</button>
  11. <h3 id="wrongLetters"></h3>
  12. <p id="wrongletters"></p>
  13. <p id="progress"></p>
  14. </body>
  15. </html>
Add Comment
Please, Sign In to add comment