ZadomenSC

Untitled

Nov 18th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>contador</title>
  6.   <script src="count.js" type="module"></script>
  7. </head>
  8. <body>
  9. <p id="Equipo1 "> Equipo 1: </p>
  10. <anotacion>0</anotacion>
  11. <button id="boton">Button</button>
  12. <p id="Equipo2 "> Equipo 2 </p>
  13. <anotacion2>0</anotacion2>
  14. <button id="boton2">Button</button>
  15. </body>
  16. </html>
Tags: count html
Advertisement
Add Comment
Please, Sign In to add comment