index.html 376 Bytes
Newer Older
roshka committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Menu Principal</title>
</head>
<body>
	<h1>Menu Principal</h1>
	<br>
	<ol>
		<li type="circle"><a href="Pagina/conversor.html">Convertir Temperatura</a></li>
		<li type="circle"><a href="Pagina/agenda.html">Agenda</a></li>
		<li type="circle"><a href="Pagina/cartas.html">Poker Cartas</a></li>
	</ol>
</body>
</html>