mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-28 18:28:38 +09:00
9 lines
190 B
HTML
9 lines
190 B
HTML
<!doctype html>
|
|
003-2
|
|
<script>
|
|
onload = function() {
|
|
parent.postMessage("004-2", "*")
|
|
setTimeout(function() {history.go(-1)})
|
|
}
|
|
onunload = function() {location = "004-3.html"}
|
|
</script>
|