7 lines
		
	
	
	
		
			103 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			103 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <body>
 | |
| <script>
 | |
|   parent.postMessage(location.href, location.origin);
 | |
| </script>
 | |
| </body>
 | |
| </html>
 |