15 lines
		
	
	
	
		
			253 B
			
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			253 B
			
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <title></title>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    foo
 | 
						|
    <script type="text/javascript">
 | 
						|
      setTimeout(function () {
 | 
						|
        window.location = 'bar://page'
 | 
						|
      })
 | 
						|
    </script>
 | 
						|
  </body>
 | 
						|
</html>
 |