blob: 7d7c4ccdf7d5e3f391d265c158c9bfdd7717dd63 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<meta http-equiv="Delegate-CH" content="sec-ch-device-memory;device-memory">
<body>
<script>
window.top.opener.postMessage('Loaded', '*');
</script>
</body>
</html>
|