mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +09:00
7 lines
153 B
HTML
7 lines
153 B
HTML
<!doctype html>
|
|
<script>
|
|
onload = function() {
|
|
parent.postMessage("003-1", "*");
|
|
setTimeout(function() {location = "003-2.html";}, 100);
|
|
}
|
|
</script>
|