1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
elinks/test/imgmap.html
Petr Baudis 0f6d4310ad Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00

12 lines
307 B
HTML

<html>
<body>
<IMG SRC="image.gif" ALT="ImageMap" USEMAP="#map">
<map name="map">
<AREA SHAPE="rect" HREF="align.html" alt="1">
<AREA SHAPE="rect" HREF="color.html" alt="2">
<AREA SHAPE="rect" HREF="underline.html" alt="3">
<AREA SHAPE="rect" HREF="poocs.net.html" name="91" alt="4">
</map>
</body>
</html>