mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
8 lines
104 B
HTML
8 lines
104 B
HTML
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<script>
|
||
|
|
var win = window.open('file_empty.html');
|
||
|
|
win.close();
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|