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 698081e commit 4778372
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Juego de Mecanografía</title>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Juego de Mecanografía</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Header -->
<!-- Header -->
<header id="header">
<h1>¡Practica tu velocidad de mecanografía!</h1>
<div id="header-buttons">
Expand All @@ -20,15 +20,14 @@ <h1>¡Practica tu velocidad de mecanografía!</h1>
<!-- Contenedor del juego -->
<main id="game-container">
<h1>Juego de Mecanografía</h1>
<div id="text-to-type">Escribe este texto lo más rápido posible.</div>
<div id="text-to-type">Escribe el texto aquí para empezar...</div>
<input type="text" id="input-box" placeholder="Escribe aquí...">
<div id="timer">Tiempo: 0s</div>
<div id="timer">Tiempo: 0 segundos</div>
<div id="score">Puntuación: 0</div>
<div id="feedback" class="correct">¡Correcto!</div>
<div id="feedback"></div>
</main>


</div>
<script src="script.js"></script>
<!-- Script -->
<script src="script.js"></script>
</body>
</html>

0 comments on commit 4778372

Please sign in to comment.