ejercicio2.html 720 Bytes
Newer Older
roshka committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   	<link rel="stylesheet" type="text/css" href="ejercicio2.css" title="style" /
	<title>ejercicio 2</title>
</head>
<body>
	<p><a href="https://www.oracle.com/index.html" target="_blank">Ejemplo numero 1</a></p>
	<p><a href="https://www.w3schools.com/default.asp" target="_blank">Ejemplo numero 2</a></p>
	<p><a href="http://librosweb.es/" target="_blank">Ejemplo numero 3</a></p>
	<p><a href="https://www.howtoforge.com/using-iscsi-on-debian-squeeze-initiator-and-target" target="_blank">Ejemplo numero 4</a></p>
	<p><a href="https://www.mongodb.com/es" target="blank">Ejemplo numero 5</a></p>
	

</body>
</html>