forked from efgc/modulo4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 972 Bytes
/
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
28
29
<!DOCTYPE html>
<html lang="en">
<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>Modulo 4 indice</title>
</head>
<body>
<h1>Módulo 4 Indice de Sesiones</h1>
<ol>
<li><a href="./sesiones/sesion1/">Sesión 1</a></li>
<ol>
<li><a href="./sesiones/sesion1/s1tema1.html">Tema 1</a></li>
</ol>
<li><a href="./sesiones/sesion2/">Sesión 2</a></li>
<ol>
<li><a href="./sesiones/sesion2/s2tema1.html">Tema 1</a></li>
<li><a href="./sesiones/sesion2/s2tema2.html">Tema 2</a></li>
</ol>
<li><a href="./sesiones/sesion3/">Sesión 3</a></li>
<ol>
<li><a href="./sesiones/sesion3/s3tema1.html">Tema 1</a></li>
</ol>
<li><a href="#">Sesión 4</a></li>
<li><a href="#">Sesión 5</a></li>
</ol>
</body>
</html>