<html>
<body>
<img src="files/three images.jpg" usemap="#shapes" alt="two shapes of triangle, square">
<map name="shapes">
<area coords="13,122,50,61,86,123" href="files/triangle.html" shape="poly">
<area coords="94,122,93,58,158,58,157,122" href="files/square.html" shape="poly">
</map>
</body>
</html>