-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (19 loc) · 878 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Website for HTML5 MOOC</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
</head>
<body style="margin: 30px;">
<h2>Desarrollo en HTML5, CSS y Javascript de WebApps, incl. móviles FirefoxOS* (3.ª ed.)</h2>
<hr />
<!-- why not fill in something here: -->
<p>Entrega de los ejercicios P2P opcionales y obligatorios</p>
<p>versión: 20141102 build 1008</p>
<h3>Módulo 2</h3>
<a href="modulo_02/ejercicios_p2p/obligatorio/index.html">Módulo 2: Ejercicio P2P Obligatorio. Click aquí para acceder</a>
<h3>Módulo 3</h3>
<a href="modulo_02/ejercicios_p2p/opcional_02/index.html">Módulo 3: Ejercicio P2P opcional 02. Click aquí para acceder</a>
</body>
</html>