This commit is contained in:
2023-11-28 13:42:24 +01:00
parent 2127e2e850
commit 024851ef69
20 changed files with 328 additions and 0 deletions

View File

@@ -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>