website/layouts/shortcodes/imgmap.html

10 lines
411 B
HTML

<div class="imgmap" style="">
<div class="imgmap-inner">
<img src="/images/not_available.png" usemap="#image-map">
<map name="image-map">
<area target="" alt="google it" title="google it" href="https://google.com" coords="1,0,566,425" shape="rect">
<area target="" alt="credits" title="credits" href="https://xkcd.com/1969/" coords="1,426,565,554" shape="rect">
</map>
</div>
</div>