-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
236 lines (233 loc) · 6.35 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!doctype html>
<html lang="">
<head>
<!--Version: %VITE_APP_VERSION%-->
<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="icon"
href="/favicon.ico"
/>
<title>DR Arkivet</title>
<!-- Meta Tags for SEO -->
<meta
name="description"
content="Find indhold fra DRs TV- og radiokanaler. Kom tættere på kulturarven gennem Det Kgl. Biblioteks DR-arkiv. Et arkiv til fordybelse og opdagelse."
/>
<link
rel="alternate"
hreflang="en"
href="https://www.kb.dk/find-materiale/dr-arkivet/?locale=en"
/>
<meta
name="description"
lang="en"
content="Find content from DR’s TV and radio channels. Explore cultural heritage through the Royal Library's DR archive—an archive for immersion and discovery."
/>
<meta
name="keywords"
content="royal danish library, dr, television, radio"
/>
<meta
name="robots"
content="index, follow"
/>
<!-- Canonical URL -->
<link
rel="canonical"
href="https://www.kb.dk/find-materiale/dr-arkivet"
/>
<!-- Open Graph / Facebook -->
<meta
property="og:title"
content="Your Page Title"
/>
<meta
property="og:description"
content="Find content from DR’s TV and radio channels. Explore cultural heritage through the Royal Library's DR archive—an archive for immersion and discovery."
/>
<meta
property="og:image"
content="/favicon.ico"
/>
<meta
property="og:url"
content="https://www.kb.dk/find-materiale/dr-arkivet"
/>
<meta
property="og:type"
content="website"
/>
<!-- Twitter Card -->
<meta
name="twitter:card"
content="summary_large_image"
/>
<meta
name="twitter:title"
content="DR archive"
/>
<meta
name="twitter:description"
content="Find content from DR’s TV and radio channels. Explore cultural heritage through the Royal Library's DR archive—an archive for immersion and discovery."
/>
<meta
name="twitter:image"
content="/favicon.ico"
/>
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://www.kb.dk/find-materiale/dr-arkivet",
"name": {
"en":"DR Archive",
"da":"DR Arkivet",
},
"description": {
"en":"An archive for Danish Television",
"da":"Det Kgl. Biblioteks DR arkiv",
}
"potentialAction": [
{
"@type": "SearchAction",
"target": "https://www.kb.dk/find-materiale/dr-arkivet/?locale=en&q={search_term_string}",
"query-input": "required name=search_term_string",
"inLanguage": "en"
},
{
"@type": "SearchAction",
"target": "https://www.kb.dk/find-materiale/dr-arkivet/?locale=da&q={search_term_string}",
"query-input": "required name=search_term_string",
"inLanguage": "da"
}
]
}
</script>
<!-- Hotjar Tracking Code for kb.dk -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 3036171, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script');
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</head>
<body class="default front-page theme-blue">
<noscript>
<strong>
We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
<div id="app"></div>
<script
type="module"
src="/src/main.ts"
></script>
<!-- Cookie script -->
<script
type="text/javascript"
charset="UTF-8"
defer
async
src="//cdn.cookie-script.com/s/903181bb69e77c4a5adfc4ea71d034aa.js"
></script>
<script type="text/javascript">
window._monsido = window._monsido || {
token: 'KnwuEq2ZCwAObIetSFzIAQ',
};
</script>
<!-- Monsido tracking-->
<script
type="text/javascript"
async
defer
src="https://app-script.monsido.com/v2/monsido-script.js"
></script>
<!-- Piwik tracking -->
<script type="text/javascript">
(function (window, document, dataLayerName, id) {
(window[dataLayerName] = window[dataLayerName] || []),
window[dataLayerName].push({ start: new Date().getTime(), event: 'stg.start' });
var scripts = document.getElementsByTagName('script')[0],
tags = document.createElement('script');
function stgCreateCookie(a, b, c) {
var d = '';
if (c) {
var e = new Date();
e.setTime(e.getTime() + 24 * c * 60 * 60 * 1e3), (d = '; expires=' + e.toUTCString());
f = '; SameSite=Strict';
}
document.cookie = a + '=' + b + d + f + '; path=/';
}
var isStgDebug =
(window.location.href.match('stg_debug') || document.cookie.match('stg_debug')) &&
!window.location.href.match('stg_disable_debug');
stgCreateCookie('stg_debug', isStgDebug ? 1 : '', isStgDebug ? 14 : -1);
var qP = [];
dataLayerName !== 'dataLayer' && qP.push('data_layer_name=' + dataLayerName),
isStgDebug && qP.push('stg_debug');
var qPString = qP.length > 0 ? '?' + qP.join('&') : '';
(tags.async = !0),
(tags.src = 'https://kb.containers.piwik.pro/' + id + '.js' + qPString),
scripts.parentNode.insertBefore(tags, scripts);
!(function (a, n, i) {
a[n] = a[n] || {};
for (var c = 0; c < i.length; c++)
!(function (i) {
(a[n][i] = a[n][i] || {}),
(a[n][i].api =
a[n][i].api ||
function () {
var a = [].slice.call(arguments, 0);
'string' == typeof a[0] &&
window[dataLayerName].push({
event: n + '.' + i + ':' + a[0],
parameters: [].slice.call(arguments, 1),
});
});
})(i[c]);
})(window, 'ppms', ['tm', 'cm']);
})(window, document, 'dataLayer', '5e56e337-49cb-42fc-90e2-ef4bdaaeac82');
</script>
<!-- Piwik tracking cookie -->
<script>
ppms.cm.api(
'setInitialComplianceSettings',
{
consents: ['analytics'],
},
console.log,
console.error,
);
ppms.cm.api(
'setComplianceSettings',
{
consents: {
analytics: {
status: 1,
},
},
},
console.log,
console.error,
);
</script>
</body>
</html>