imagemap.html (98B)
1 <!DOCTYPE html> 2 <body> 3 <img src="/media/poster.png" usemap="#map"> 4 <map name="map"></map> 5 </body>