Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>contador</title>
- <script src="count.js" type="module"></script>
- </head>
- <body>
- <p id="Equipo1 "> Equipo 1: </p>
- <anotacion>0</anotacion>
- <button id="boton">Button</button>
- <p id="Equipo2 "> Equipo 2 </p>
- <anotacion2>0</anotacion2>
- <button id="boton2">Button</button>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment