files
Juegos/4-en-raya/index.html
2025-08-21 23:42:55 +02:00

15 lines
344 B
HTML

<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>4 en Raya vs Máquina</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>4 en Raya vs Máquina</h1>
<div id="board"></div>
<div id="status"></div>
<button id="restart-btn">Reiniciar</button>
<script src="script.js"></script>
</body>
</html>