generated from marquez.juan/Ejercicio-inicial--git-y-HTML
Agrego archivos del TP
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.env
|
||||||
1
COMANDOS CONEXIO.txt
Normal file
1
COMANDOS CONEXIO.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ssh -p 4949 -i "C:\Users\Stalker\OneDrive\Terciario Urquiza\2DO AÑO\PROGRAMACION 1\PRIMER PROYECTO\llaveTerciario" git@gitea.juansemarquez.com
|
||||||
0
archivoPrueba.txt
Normal file
0
archivoPrueba.txt
Normal file
BIN
imagenes/imagen1.jpeg
Normal file
BIN
imagenes/imagen1.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
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