Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurux01 authored Jan 12, 2025
1 parent 34bb9b8 commit db46b9b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ <h1>¡Practica tu velocidad de mecanografía!</h1>

<!-- Contenedor del juego -->
<main id="game-container">
<h2>Juego de Mecanografía</h2>
<div id="text-to-type">Escribe el texto aquí para empezar...</div>
<input type="text" id="input-box" placeholder="Escribe aquí...">
<div id="info">
Expand All @@ -31,7 +30,11 @@ <h2>Juego de Mecanografía</h2>
<div id="feedback"></div>
</main>
</div>


<footer class="footer">
Hecho por <a href="https://github.com/maurux01" target="_blank">maurux01</a>
</footer>

<!-- Script -->
<script src="script.js"></script>
</body>
Expand Down

0 comments on commit db46b9b

Please sign in to comment.