-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSS_intro.html
24 lines (23 loc) · 1.09 KB
/
SS_intro.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="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_pre.png" width="1024" height="768" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" coords="50,114,103,140" href="home.html" />
<area shape="rect" coords="229,110,262,143" href="images/cu.jpg" />
<area shape="rect" coords="371,114,469,143" href="contacto.html" />
<area shape="circle" coords="238,503,98" href="images/Sé-niñ@.jpg" />
<area shape="rect" coords="523,461,618,562" href="SS_campa.html" />
<area shape="rect" coords="645,465,746,563" href="SS_mundial.html" /><area shape="rect" coords="766,460,862,562" href="SS_danza.html" />
<area shape="rect" coords="880,464,984,564" href="SS_mundial.html" />
<area shape="rect" coords="523,591,622,694" href="Ed_jpcc.html" />
<area shape="rect" coords="642,593,742,694" href="Ed_jpcc.html" />
<area shape="rect" coords="763,595,862,692" href="home.html" />
<area shape="rect" coords="884,594,982,700" href="Ed_sexo.html" />
</map>
</body>
</html>