5 lines
110 B
HTML
5 lines
110 B
HTML
<!DOCTYPE html>
|
|
<title>Prefetch test SXG</title>
|
|
<script>
|
|
window.opener.postMessage('loaded', '*');
|
|
</script>
|