Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
60
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. </head>
  5. <main>
  6. <body>
  7. <div class="money-div">
  8. <p id="money">1</p>
  9. </div>
  10. <button id="clicker-button">Klicken</button>
  11. <div class="money-div">
  12. <p id="result"></p>
  13. </div>
  14. <button id="buy-button">Kaufe ein Upgrade! (+0.1 | 10)</button>
  15. </body>
  16. </main>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement