1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 06:26:02 +00:00
This commit is contained in:
Yan Maniez 2019-12-28 01:15:16 +01:00
parent 7b5649b975
commit eafa50445a

View file

@ -2,7 +2,7 @@
<body>
<img src="alarian.png" alt="Alarian" usemap="#alarian">
<map name="alarian">
<area shape="circle" coords="643,853,5" alt="Abod" href="abod.htm" title="Abod">
<area shape="circle" coords="643,853,5" alt="Abod" href="javascript:alert('Abod')" title="Abod">
</map>
</body>
</html>