-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSS_danza.html
More file actions
19 lines (18 loc) · 876 Bytes
/
SS_danza.html
File metadata and controls
19 lines (18 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Servicio Social</title>
</head>
<body>
<img src="images/ss_danza.png" width="1024" height="768" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="47,113,104,140" href="home.html" /><area shape="rect" coords="229,117,261,140" href="images/cu.jpg" /><area shape="rect" coords="368,117,463,138" href="contacto.html" /><area shape="circle" coords="248,433,122" href="images/9na-semana-DANZA.jpg" />
<area shape="rect" coords="520,463,621,562" href="SS_mundial.html" />
<area shape="rect" coords="642,459,747,556" href="SS_campa.html" />
<area shape="rect" coords="760,457,865,569" href="images/charlas-de-café-dos.jpg" />
<area shape="rect" coords="878,464,982,559" href="Ed_sexo.html" />
</map>
</body>
</html>