traefik/webui/public/index.html
2019-07-15 10:58:03 +02:00

17 lines
542 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Traefik</title>
<base href="./" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="<%= BASE_URL %>traefik.icon.png">
</head>
<body>
<noscript>
<strong>We're sorry but webui doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>