mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
56 lines
1.5 KiB
HTML
56 lines
1.5 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta
|
||
|
name="viewport"
|
||
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
||
|
/>
|
||
|
<title>Nginx Proxy Manager</title>
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||
|
<meta http-equiv="Content-Language" content="en" />
|
||
|
<meta
|
||
|
name="apple-mobile-web-app-status-bar-style"
|
||
|
content="black-translucent"
|
||
|
/>
|
||
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
|
<meta name="mobile-web-app-capable" content="yes" />
|
||
|
<meta name="HandheldFriendly" content="True" />
|
||
|
<meta name="MobileOptimized" content="320" />
|
||
|
<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="#333333" />
|
||
|
<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>
|
||
|
</body>
|
||
|
</html>
|