mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 03:08:38 +09:00
7 lines
224 B
HTML
7 lines
224 B
HTML
<!doctype html>
|
|
<script>
|
|
onload = function() {
|
|
parent.postMessage("004-1", "*");
|
|
setTimeout(function() {location = location.href.replace("http://", "http://www.").replace("004-1.html", "004-2.html");}, 100);
|
|
}
|
|
</script>
|