mano.html 254 Bytes
Newer Older
roshka committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>Mano poker</title>
	</head>
	<body>
		<h1>Obtener la mejor mano</h1>
		<form action="mano" method="get">
			<input type="submit" value="Iniciar la mano de poker">
		</form>
	</body>
</html>