-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (71 loc) · 2.72 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.svg" />
<title>
Watch the award-winning and life changing documentary, Dominion!
</title>
<meta
name="description"
content="Dominion uses drones, hidden and handheld cameras to expose the dark underbelly of modern animal agriculture, questioning the morality and validity of humankind's dominion over the animal kingdom."
/>
<meta property="og:title" content="Watch Dominion" />
<meta
property="og:description"
content="Watch the award-winning and life changing documentary, Dominion!"
/>
<meta property="og:url" content="%VITE_APP_URL%" />
<meta property="og:type" content="video.movie" />
<meta property="og:image" content="%VITE_APP_URL%/img/watchdominion.jpg" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1920" />
<meta property="og:image:height" content="1080" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:description"
content="Watch the award-winning and life changing documentary, Dominion!"
/>
<meta
property="og:image:alt"
content="WatchDominion.org with a pig in the background, looking at the camera"
/>
<meta property="video:director" content="Chris Delforce" />
<meta property="video:writer" content="Chris Delforce" />
<meta property="video:duration" content="7199" />
<meta property="video:release_date" content="2018" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Rock+Salt&family=Rubik:wght@300;400;500;700;900&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript>
<link
href="https://fonts.googleapis.com/css2?family=Rock+Salt&family=Rubik:wght@300;400;500;700;900&display=swap"
rel="stylesheet"
/>
</noscript>
<!-- Scripts -->
<script async src="https://vbcc.veganhacktivists.org/analytics.js"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-0LCL16PGGL"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-0LCL16PGGL");
</script>
</head>
<body class="bg-dark text-white">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>