forked from DebaucheryLibrarian/traxxx
				
			
		
			
				
	
	
		
			18 lines
		
	
	
		
			474 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			474 B
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|     <head>
 | |
|         <meta charset="UTF-8">
 | |
|         <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,maximum-scale=1,user-scalable=no">
 | |
|         <meta name="theme-color" content="#ff6c88">
 | |
| 
 | |
|         <title>traxxx</title>
 | |
| 
 | |
|         <script src="/js/bundle.js" defer></script>
 | |
| 
 | |
|         <link href="/css/style.css" rel="stylesheet">
 | |
|     </head>
 | |
|     <body>
 | |
|         <div id="container"></div>
 | |
|     </body>
 | |
| </html>
 |