alerta_alerta-webui/public/index.html

53 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Alerta</title>
<meta name="application-name" content="Alerta"/>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="<%= BASE_URL %>apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<%= BASE_URL %>apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<%= BASE_URL %>apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<%= BASE_URL %>apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="<%= BASE_URL %>apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="<%= BASE_URL %>apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="<%= BASE_URL %>apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="<%= BASE_URL %>apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="<%= BASE_URL %>favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="<%= BASE_URL %>favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="<%= BASE_URL %>favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="<%= BASE_URL %>favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="<%= BASE_URL %>favicon-128.png" sizes="128x128" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="<%= BASE_URL %>mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="<%= BASE_URL %>mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="<%= BASE_URL %>mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="<%= BASE_URL %>mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="<%= BASE_URL %>mstile-310x310.png" />
<link rel="preload" href="<%= BASE_URL %>fonts/Roboto-Regular.ttf" as="font" crossorigin />
<link rel="preload" href="<%= BASE_URL %>fonts/MaterialIcons-Regular.ttf" as="font" crossorigin />
<link rel="preload" href="<%= BASE_URL %>fonts/Sintony-Regular.ttf" as="font" crossorigin />
<link rel="preload" href="<%= BASE_URL %>fonts/Sintony-Bold.ttf" as="font" crossorigin />
</head>
<body>
<noscript>
<strong>We're sorry but Vue doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<script>
(function(){
var redirect = sessionStorage.redirect;
delete sessionStorage.redirect;
if (redirect && redirect != location.href) {
history.replaceState(null, null, redirect);
}
})();
</script>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>