damas.html 345 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<!DOCTYPE html>
<html>
	<head>
		<title>Damas!</title>
		<meta charset="utf-8">
		<link rel="stylesheet" href="damasStyle.css">
		
	</head>
	<body>
		<div id="tablero">
			<table id="tablaTablero"></table>
		</div>

		<div id="mensajeTurno">Turno blancas!</div>

		<div id="mensajes"></div>



		<script src="damas.js"></script>
	</body>
</html>