Agrego archivos del TP

This commit is contained in:
Alexis08041992
2026-04-20 21:11:23 -03:00
parent 98045d447c
commit b065a1a292
6 changed files with 38 additions and 0 deletions

31
index.html Normal file
View File

@@ -0,0 +1,31 @@
<html>
<head>
<meta charset="utf-8">
<title>Suscribite a las ultimas noticias del Miglis</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<!-- El contenido de esta pagina es solo para fines educativos, no se pretende ofender al Eze. -->
<body align="center">
<a name="principio"></a>
<h1>Suscribite a las ultimas noticias del Miglis</h1>
<p>¡Descubri todas sus locas aventuras!</p>
<img src="imagenes/imagen1.jpeg" align="center" height="400" width="300"><br><br>
<table align="center">
<tr>
<td>
<ul>
<li>Lokito</li>
<li>Audaz</li>
<li>Perigroso</li>
<li>Imparable</li>
</ul>
</td>
</tr>
<tr>
<td>
<a href="#principio">Volver al Principio</a>
</td>
</tr>
</body>
</html>