-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSS_campa.html
More file actions
20 lines (19 loc) · 891 Bytes
/
SS_campa.html
File metadata and controls
20 lines (19 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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_campa.png" width="1024" height="768" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" coords="46,116,108,140" href="home.html" />
<area shape="rect" coords="228,112,258,142" href="images/cu.jpg" /><area shape="rect" coords="367,115,467,143" href="contacto.html" />
<area shape="rect" coords="74,327,415,613" href="images/campaña-de-vacunacion.jpg" />
<area shape="rect" coords="521,464,623,563" href="images/Tenis-FB.jpg" />
<area shape="rect" coords="640,468,740,561" href="images/9na-semana-DANZA.jpg" />
<area shape="rect" coords="767,466,858,554" href="images/Sé-niñ@.jpg" />
<area shape="rect" coords="887,464,982,558" href="Ed_jpcc.html" />
</map>
</body>
</html>