-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 877 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
<html>
<head>
<title>Juegos</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div>
<h1>Juegos didácticos</h1>
<h2>Por <a href="http://diegorivera.com.es" target="_blank">Diego Rivera</a> y el Dpto. Ayudas Técnicas y Terapia Ocupacional del <a href="http://www.sanrafaelcolegio.com" target="_blank">CEE Hospital San Rafael</a></h2>
<ul>
<li><a href="./puzzle" target="_blank" title="Puzzle">
<figure>
<img src="img/puzzle.png"/>
<figcaption>Puzzle</figcaption>
</figure>
</a></li>
<li><a href="./letras" target="_blank" title="Puzzle">
<figure>
<img src="img/letras.png"/>
<figcaption>Letras</figcaption>
</figure>
</a></li>
</ul>
</div>
</body>
</html>