-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
42 lines (40 loc) · 1.27 KB
/
faq.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
<!doctype html>
<html lang="en">
<head>
<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="https://diefenbunker.ca/wp-content/uploads/2018/03/cropped-Diefenbunker_CMYK_EN_d_notext_favicon-32x32.png"
sizes="32x32" />
<link
rel="icon"
href="https://diefenbunker.ca/wp-content/uploads/2018/03/cropped-Diefenbunker_CMYK_EN_d_notext_favicon-192x192.png"
sizes="192x192" />
<link
rel="apple-touch-icon"
href="https://diefenbunker.ca/wp-content/uploads/2018/03/cropped-Diefenbunker_CMYK_EN_d_notext_favicon-180x180.png" />
<meta
name="description"
content="Learn more about current, upcoming, and past exhibitions at the Diefenbunker: Canada's Cold War Museum." />
<title>
Diefenbunker: Canada's Cold War Museum | Explore our collections
</title>
</head>
<body>
<div id="root" data-page="FAQ"></div>
</body>
<script src="/dist/main.js"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-Y28TY8EYV6"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-Y28TY8EYV6')
</script>
</html>