33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|   <title>Daplie Storage</title>
 | |
| 
 | |
|   <meta charset="UTF-8"/>
 | |
|   <meta name="application-name" content="Daplie Storage"/>
 | |
|   <meta name="description" content="Daplie Storage"/>
 | |
| 
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui"/>
 | |
|   <meta name="theme-color" content="#673ab8"/>
 | |
| 
 | |
|   <meta name="apple-mobile-web-app-capable" content="yes"/>
 | |
|   <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
 | |
|   <meta name="apple-mobile-web-app-title" content="Daplie Storage"/>
 | |
| 
 | |
|   <script src="https://use.fontawesome.com/874493d673.js"></script>
 | |
|   <link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png"/>
 | |
|   <link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png"/>
 | |
|   <link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png"/>
 | |
| 
 | |
| 
 | |
|   <link rel='stylesheet' href='/bootstrap/css/bootstrap.css'/>
 | |
| 
 | |
|   <link rel='stylesheet' href='styles.css'/>
 | |
|   <link rel='stylesheet' href='menu.css'/>
 | |
| </head>
 | |
| <body>
 | |
| <div id="main"></div>
 | |
| </body>
 | |
| <script src="index.js"></script>
 | |
| </html>
 |