13 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!DOCTYPE html>
							 | 
						||
| 
								 | 
							
								<html>
							 | 
						||
| 
								 | 
							
								  <head>
							 | 
						||
| 
								 | 
							
								    <meta charset="utf-8" />
							 | 
						||
| 
								 | 
							
								    <meta name="viewport" content="width=device-width, initial-scale=1" />
							 | 
						||
| 
								 | 
							
								    <title>Tutu</title>
							 | 
						||
| 
								 | 
							
								    <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>
							 |