14 lines
		
	
	
		
			410 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			410 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html lang="en">
 | 
						|
<head>
 | 
						|
    <meta charset="utf-8"/>
 | 
						|
    <meta http-equiv="refresh" content="0;url={{ page.target }}"/>
 | 
						|
    <link rel="canonical" href="{{ page.target }}"/>
 | 
						|
    <title>Redirecting</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <p>This page now lives on https://developers.google.com/mediapipe/. If you aren't automatically
 | 
						|
      redirected, follow this
 | 
						|
    <a href="{{ page.target }}">link</a>.</p>
 | 
						|
</body>
 | 
						|
</html>
 |