16 lines
		
	
	
		
			No EOL
		
	
	
		
			566 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			566 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <meta charset="utf-8" />
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
 | 
						|
    <meta name="apple-mobile-web-app-capable" content="yes">
 | 
						|
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
 | 
						|
    <title>Tutu</title>
 | 
						|
    <link rel="stylesheet" href="/src/App.css" />
 | 
						|
    <script src="/src/index.tsx" type="module"></script>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <noscript>You need to enable JavaScript to run this app.</noscript>
 | 
						|
    <div id="root"></div>
 | 
						|
  </body>
 | 
						|
</html> |