-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
51 lines (43 loc) · 1.76 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
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="no" data-hj-suppress>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#222222">
<meta name="author" content="Nav">
<meta property="og:title" content="Modia Personoversikt">
<meta property="og:site_name" content="Nav Modia Personoversikt">
<meta property="og:description"
content="Intern arbeidsflate. Brukes som personoppslag og dialogverktøy av veiledere og saksbehandlere i Nav">
<link rel="shortcut icon" href="./favicon.ico">
<link rel="preload" href="https://cdn.nav.no/aksel/fonts/SourceSans3-normal.woff2" as="font" type="font/woff2" crossorigin/>
<slot not-environment="prod">
<script src="%VITE_HODE_URL_V2%/dev/react19/dist/bundle.js"></script>
<link rel="stylesheet" href="%VITE_HODE_URL_V2%/dev/react19/dist/index.css" />
</slot>
<slot environment="prod">
<script src="%VITE_HODE_URL_V2%/prod/latest/dist/bundle.js"></script>
<link rel="stylesheet" href="%VITE_HODE_URL_V2%/prod/latest/dist/index.css" />
</slot>
<script env-vars prefix="PUBLIC_">
</script>
<script unleash
toggles="modiapersonoversikt.enable-faro">
const applicationFeatureToggles = {
enableFaro: unleash && unleash["modiapersonoversikt_enable-faro"],
};
window.applicationFeatureToggles = applicationFeatureToggles;
</script>
<script type="application/javascript">
const global = globalThis;
</script>
<script type="module" src="/src/main.tsx"></script>
<title>Modia Personoversikt</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>