15 lines
350 B
HTML
15 lines
350 B
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Tres en Raya vs Máquina</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<h1>Tres 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> |