-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 1.3 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
<!doctype html>
<html lang="no">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" sizes="180x180" href="/arbeid/dialog/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/arbeid/dialog/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/arbeid/dialog/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<title>Arbeidsrettet Dialog</title>
<link href="<%=VITE_DEKORATOR_URL%>/css/client.css" rel="stylesheet" />
</head>
<body>
<div id="decorator-header"></div>
<div id="pagewrapper" class="pagewrapper" style="height: calc(100vh - 80px)">
<main id="maincontent" class="maincontent" role="main" tabindex="-1" style="outline: none; padding: 0">
<div id="root"></div>
</main>
</div>
<div id="decorator-footer"></div>
<script type="module" src="/src/index.tsx"></script>
<div id="decorator-env" data-src="<%=VITE_DEKORATOR_URL%>/env?feedback=false&chatbot=false&footer=true"></div>
</body>
<script src="<%=VITE_DEKORATOR_URL%>/client.js"></script>
</html>