17 lines
384 B
HTML
17 lines
384 B
HTML
<!DOCTYPE html>
|
|
<html class="has-navbar-fixed-top">
|
|
<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="./assets/images/traefik.icon.png"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|