mirror of
https://github.com/samsonjs/blog.git
synced 2026-03-30 09:55:49 +00:00
13 lines
202 B
HTML
13 lines
202 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
if(window.parent.aGlobal === 1) {
|
|
window.parent.DONE = 1;
|
|
}
|
|
window.parent.PARENT_IS_TOP = parent === top;
|
|
window.parent.LOADED_FRAME = 1;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|