Skip to content

Commit 99fa522

Browse files
authored
Update index.html
1 parent b146ffb commit 99fa522

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
<header id="header">
1414
<h1>¡Practica tu velocidad de mecanografía!</h1>
1515
<div id="header-buttons">
16-
<button id="start-button">Iniciar Juego</button>
1716
<button id="language-button">Cambiar a Inglés</button>
17+
<button id="start-button">Iniciar Juego</button>
1818
<button id="pause-button">Pausar</button>
19+
<button class="skip-button" onclick="skipWord()"></button>
20+
1921
</div>
2022
</header>
2123

0 commit comments

Comments
 (0)