mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 10:53:11 +09:00
11 lines
176 B
HTML
11 lines
176 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<script>
|
|
if (window.opener && window.opener.finishTest) {
|
|
window.opener.finishTest();
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|