mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
12 lines
160 B
HTML
12 lines
160 B
HTML
<html>
|
|
<body>
|
|
I'm file_browserElement_AlertInFrame_Inner.html.
|
|
|
|
<script>
|
|
addEventListener('load', function() {
|
|
alert("Hello");
|
|
});
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|