17 lines
		
	
	
		
			442 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			442 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
    <head>
 | 
						|
        <meta charset="UTF-8" />
 | 
						|
        <meta content="width=device-width, initial-scale=1.0" name="viewport" />
 | 
						|
        <title>AniTrack</title>
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <div id="app"></div>
 | 
						|
        <script src="./src/main.ts" type="module"></script>
 | 
						|
        <script
 | 
						|
            src="./node_modules/flowbite/dist/flowbite.js"
 | 
						|
            type="module"
 | 
						|
        ></script>
 | 
						|
    </body>
 | 
						|
</html>
 |