10 lines
		
	
	
		
			347 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			347 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html>
 | 
						|
  <head>
 | 
						|
    <title>A web page that points a browser to a different page after 2 seconds</title>
 | 
						|
    <meta http-equiv="refresh" content="2; URL=google.com">
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    If your browser doesn't automatically go there within a few seconds, you may want to go to <a href="google.com">the destination</a> manually.
 | 
						|
  </body>
 | 
						|
</html>
 |