Dia 7
This commit is contained in:
BIN
Practicas/Practicas HTML/Practica 9/periodico/Contacto.pdf
Normal file
BIN
Practicas/Practicas HTML/Practica 9/periodico/Contacto.pdf
Normal file
Binary file not shown.
BIN
Practicas/Practicas HTML/Practica 9/periodico/Inicio.pdf
Normal file
BIN
Practicas/Practicas HTML/Practica 9/periodico/Inicio.pdf
Normal file
Binary file not shown.
BIN
Practicas/Practicas HTML/Practica 9/periodico/Novedades.pdf
Normal file
BIN
Practicas/Practicas HTML/Practica 9/periodico/Novedades.pdf
Normal file
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Contacto</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="../index.html">Inicio</a>
|
||||
<br>
|
||||
<img src="../imagenes/contacto.jpg" alt="">
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 179 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 157 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 163 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
15
Practicas/Practicas HTML/Practica 9/periodico/index.html
Normal file
15
Practicas/Practicas HTML/Practica 9/periodico/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Practica 9</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="./contacto/contacto.html">Contacto</a>
|
||||
<a href="./novedades/novedades.html">Novedades</a>
|
||||
<a href="./novedades/ultimas_n/ultimas_novedades.html">Últimas Novedades</a>
|
||||
<br>
|
||||
<img src="./imagenes/portada.jpg" alt="">
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Novedades</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="../index.html">Inicio</a>
|
||||
<a href="./ultimas_n/ultimas_novedades.html">Últimas Novedades</a>
|
||||
<br>
|
||||
<img src="../imagenes/novedades.jpg" alt="">
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Últimas Novedades</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="../../index.html">Inicio</a>
|
||||
<a href="../novedades.html">Novedades</a>
|
||||
<br>
|
||||
<img src="../../imagenes/ultimas_novedades.jpg" alt="">
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 355 KiB |
Binary file not shown.
Reference in New Issue
Block a user