-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathclase1.html
36 lines (31 loc) · 894 Bytes
/
clase1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<title>Clase 1</title>
</head>
<body>
<h1>Clase 1</h1>
<a href="index.html">Volver</a>
<hr />
<h1>Vinculos Importantes</h1>
<a href="https://www.youtube.com/juacaxdev" target="_blank">
<img id="imgJx" src="img/Jx.png" width="100px" />
</a>
<br />
<a
href="https://whatsapp.com/channel/0029VaFbZw09xVJZlhbvpF2x"
target="_blank"
>
Canal de WhatsApp
</a>
<br />
<a href="https://discord.gg/YjPpP9pe" target="_blank"> Servidor Discord </a>
<h2 id="tituloH2-GitHub" class="fontCustom h2Custom">
Aprendemos a subir cambios en GitHub
</h2>
<p>Utilizamos los comandos git add, git commit y git push.</p>
<h2 id="tituloH2-Imagenes" class="fontCustom h2Custom">
Aprendemos a incluir Imágenes
</h2>
<img id="imgJx" src="img/Jx.png" width="200px" />
</body>
</html>