generated from marquez.juan/Ejercicio-inicial--git-y-HTML
Agrego archivos del TP
This commit is contained in:
31
index.html
Normal file
31
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user