sotlas-frontend/public/index.html

38 wiersze
1.7 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">
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>favicon-16x16.png">
<link rel="manifest" href="<%= BASE_URL %>site.webmanifest">
<link rel="mask-icon" href="<%= BASE_URL %>safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>SOTLAS</title>
</head>
<body class="has-navbar-fixed-top is-size-6 is-size-7-mobile">
<noscript>
<p>SOTLAS (SOTA Atlas) is an online map of Summits On the Air (SOTA) summits with detailed information about summits, activators, spots and alerts.</p>
<strong>We're sorry but SOTLAS doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="oldbrowser" style="display: none; margin: 1em">You are using a browser that is too old to load this website. Please upgrade to a more modern browser.</div>
<script type="text/javascript">
function checkBrowser() {
try {
eval("var bar = (x) => x+1");
} catch (e) { return false; }
return true;
}
if (!checkBrowser()) {
document.getElementById('oldbrowser').style.display = 'block';
}
</script>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>