-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="nb">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="preload"
href="https://cdn.nav.no/aksel/fonts/SourceSans3-normal.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link href="%VITE_DECORATOR_URL%/css/client.css" rel="stylesheet" />
<title>Pensjonskalkulator - Pensjon</title>
<style>
#root {
min-height: 55vh;
}
</style>
</head>
<body>
<div id="decorator-header"></div>
<main id="maincontent" tabindex="-1">
<div id="root"></div>
</main>
<div id="decorator-footer"></div>
<div
id="decorator-env"
data-src="%VITE_DECORATOR_URL%/env?chatbot=false&logoutWarning=true&redirectToUrl=https://www.nav.no/pensjon/kalkulator/start"
></div>
<script
type="text/javascript"
async="async"
src="%VITE_DECORATOR_URL%/client.js"
></script>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="%VITE_REPRESENTASJON_BANNER%/banner.js" async></script>
</body>
</html>