12 lines
		
	
	
		
			534 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			534 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang=en>
 | |
| <meta charset=UTF-8>
 | |
| <title>Cista Storage</title>
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | |
| <link rel="icon" href="/src/assets/logo.svg">
 | |
| <link rel="preconnect" href="https://fonts.googleapis.com">
 | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
 | |
| <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@400;700&display=swap" rel="stylesheet">
 | |
| <script type="module" src="/src/main.ts"></script>
 | |
| <body id="app">
 | 
