-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 1.01 KB
/
index.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
<!DOCTYPE html>
<html lang="es-CL">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Curso React JS</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Repositorio - Curso React JS</h1>
<hr>
<h4>Index</h4>
<ul>
<li><a href="clase-1/clase-1.html">Clase 1: Instalación y configuración del entorno</a></li>
<li><a href="clase-2/clase-2.html">Clase 2: JSX y Transpelling</a></li>
<li><a href="clase-3/clase-3.html">Clase 3: Componentes I </a></li>
<li><a href="clase-4/clase-4.html">Clase 4: Componentes II </a></li>
<li><a href="clase-5/clase-5.html">Clase 5: Promesas, Asincronía y MAP</a></li>
</ul>
<!-- <h4>Ejemplos React JS</h4>
<ul>
<li><a href="ejemplo.html">Ejemplo 1: </a></li>
</ul> -->
</body>
</html>