31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
| 
 | |
|     <title>PocketBase</title>
 | |
| 
 | |
|     <link rel="apple-touch-icon" sizes="180x180" href="/_/images/favicon/apple-touch-icon.png">
 | |
|     <link rel="icon" type="image/png" sizes="32x32" href="/_/images/favicon/favicon-32x32.png">
 | |
|     <link rel="icon" type="image/png" sizes="16x16" href="/_/images/favicon/favicon-16x16.png">
 | |
|     <link rel="manifest" href="/_/images/favicon/site.webmanifest">
 | |
|     <link rel="mask-icon" href="/_/images/favicon/safari-pinned-tab.svg" color="#000000">
 | |
|     <link rel="shortcut icon" href="/_/images/favicon/favicon.ico">
 | |
|     <meta name="msapplication-TileColor" content="#ffffff">
 | |
|     <meta name="msapplication-config" content="./images/favicon/browserconfig.xml">
 | |
|     <meta name="theme-color" content="#ffffff">
 | |
| 
 | |
|     <script>
 | |
|         window.Prism = window.Prism || {};
 | |
|         window.Prism.manual = true;
 | |
|     </script>
 | |
|   <script type="module" crossorigin src="/_/assets/index.b7af42a1.js"></script>
 | |
|   <link rel="stylesheet" href="/_/assets/index.f285f387.css">
 | |
| </head>
 | |
| <body>
 | |
|     <div id="app"></div>
 | |
|     
 | |
| </body>
 | |
| </html>
 |