mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 22:45:44 +00:00
8 lines
222 B
HTML
8 lines
222 B
HTML
<html>
|
|
<body>
|
|
<img src="alarian.png" alt="Alarian" usemap="#alarian">
|
|
<map name="alarian">
|
|
<area shape="circle" coords="643,853,5" alt="Abod" href="javascript:alert('Abod')" title="Abod">
|
|
</map>
|
|
</body>
|
|
</html>
|