index.html 280 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE html>
<html>
	<head>
	<meta charset="UTF-8">
	<title>Insert title here</title>
	</head>
	<body>
		<ul>
			<li><a href="html/cartas.html">Cartas</a></li>
			<li><a href="SieteCartas">7 Cartas</a></li>
			<li><a href="mano_doc">Usando API</a></li>
		</ul>
	</body>
</html>