12 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
	<head>
 | 
						|
		<meta charset="UTF-8" />
 | 
						|
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
						|
		<title>Vite + Svelte + TS</title>
 | 
						|
	</head>
 | 
						|
	<body>
 | 
						|
		<div id="app"></div>
 | 
						|
		{{.RenderTags}}
 | 
						|
	</body>
 | 
						|
</html>
 |