mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-31 02:27:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			554 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			554 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
|   <title>Paperless-ng</title>
 | |
|   <base href="/">
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | |
|   <meta name="color-scheme" content="dark light">
 | |
|   <meta name="theme-color" content="#17541f" />
 | |
|   <link rel="manifest" href="manifest.webmanifest">
 | |
|   <link rel="icon" type="image/x-icon" href="favicon.ico">
 | |
|   <link rel="apple-touch-icon" href="apple-touch-icon.png">
 | |
| </head>
 | |
| <body class="color-scheme-system">
 | |
|   <app-root></app-root>
 | |
| </body>
 | |
| </html>
 |