blob: 53a4a1886eff15e4356530403a5b3fa58ed79312 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<script>
"use strict";
window.addEventListener("beforeunload", () => {
history.back();
});
location.href = "message-opener.sub.html?id=destination";
</script>