75 lines
1.9 KiB
HTML
75 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="nb">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Vinlottis</title>
|
|
<meta name="robots" content="noindex">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="Knowits ukentlige vinlotteri-statistikk-side."
|
|
/>
|
|
<meta name="keywords" content="vin,vinlotteri,knowit,statistikk" />
|
|
<meta name="author" content="Kasper Rynning-Tønnesen & Kevin Midbøe" />
|
|
<link
|
|
rel="preload"
|
|
href="/public/assets/fonts/bold.woff"
|
|
as="font"
|
|
crossorigin
|
|
/>
|
|
<meta
|
|
name="description"
|
|
content="Knowits ukentlige vinlotteri-statistikk-side."
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="152x152"
|
|
href="/public/assets/images/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="/public/assets/images/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="/public/assets/images/favicon-16x16.png"
|
|
/>
|
|
<link rel="manifest" href="/public/assets/manifest.json" />
|
|
<link
|
|
rel="mask-icon"
|
|
href="/public/assets/images/safari-pinned-tab.svg"
|
|
color="#23101f"
|
|
/>
|
|
<meta name="msapplication-TileColor" content="#da532c" />
|
|
<meta name="theme-color" content="#b7debd" />
|
|
<meta
|
|
name="apple-mobile-web-app-status-bar-style"
|
|
content="black-translucent"
|
|
/>
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<noscript>Du trenger vin, jeg trenger javascript!</noscript>
|
|
<script src="/public/analytics.js" async></script>
|
|
</body>
|
|
</html>
|
|
|
|
<style>
|
|
noscript {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
height: 100vh;
|
|
background-color: #b7debd;
|
|
font-size: 1.5rem;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
</style>
|