mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
10 lines
195 B
HTML
10 lines
195 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<map name=a>
|
|
<area shape=rect coords=0,0,100,100 href=#fail>
|
|
</map>
|
|
<img usemap=#a src=image.png>
|
|
<input><iframe></iframe>
|
|
</body>
|
|
</html>
|