You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-29 06:49:22 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			45 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" />
 | |
| 		<title>Nginx Proxy Manager</title>
 | |
| 		<meta name="description" content="In The Office Planner" />
 | |
| 		<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="#5bbad5" />
 | |
| 		<link rel="shortcut icon" href="/images/favicon/favicon.ico" />
 | |
| 		<meta name="msapplication-TileColor" content="#4a4a4a" />
 | |
| 		<meta
 | |
| 			name="msapplication-config"
 | |
| 			content="/images/favicon/browserconfig.xml" />
 | |
| 		<meta name="theme-color" content="#ffffff" />
 | |
| 	</head>
 | |
| 	<body>
 | |
| 		<noscript>You need to enable JavaScript to run this app.</noscript>
 | |
| 		<div id="root"></div>
 | |
| 		<script type="module" src="/src/main.tsx"></script>
 | |
| 		<script>
 | |
| 			if (global === undefined) {
 | |
| 				var global = window;
 | |
| 			}
 | |
| 		</script>
 | |
| 	</body>
 | |
| </html>
 |