index.html 402 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>Menu principal</title>
	</head>
<body>
	<h1>Menu principal</h1>
	<a href="http://localhost:8080/_jweb-e001/agenda.html">Agenda</a><br><br>
	<a href="http://localhost:8080/_jweb-e001/conversor.html">Conversor de temperaturas</a><br><br>
	<a href="http://localhost:8080/_jweb-e001/cartas.html">Mostrar carta poker</a><br><br>	
</body>
</html>