-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
55 lines (45 loc) · 2.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Our Politics | Notre politique</title>
<meta name="title" content="Our Politics | Notre politique">
<meta name="description" content="Elections matter, but understanding headlines and press releases takes a lot of time. Our Politics aims to offer easy-to-read summaries of party platforms.">
<meta name="theme-color" id="meta--theme-color" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://ourpolitics.ca/">
<meta property="og:image:width" content="2000" />
<meta property="og:image:height" content="2000" />
<meta property="og:image" content="https://ourpolitics.ca/static/img/op_logo_en_square.jpg" />
<meta property="og:title" content="Our Politics | Notre politique">
<meta property="og:description" content="Elections matter, but understanding headlines and press releases takes a lot of time. Our Politics aims to offer easy-to-read summaries of party platforms.">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@OurPoliticsCA" />
<meta name="twitter:creator" content="@jahfer" />
<link rel="preload" href="/fonts/CaustenRoundRegular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="/fonts/CaustenRoundBold.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="/fonts/CaustenRoundBlack.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<!-- TODO configure for specific pages somehow? -->
<link rel="preload" href="/data/policies/2021/policies.json" as="fetch" crossorigin="anonymous">
<link rel="preconnect" href="https://stackpath.bootstrapcdn.com">
<link rel="preload" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"></noscript>
<link rel="icon" href="/favicon.png" type="image/png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
</head>
<body>
<div id="page-root"></div>
<script>
if (window.location.host !== 'ourpolitics.ca') {
window.goatcounter = {
no_onload: true
}
}
</script>
<script data-goatcounter="https://ourpolitics.goatcounter.com/count" async src="/count.js"></script>
<script type="module" src="/src/root.tsx"></script>
</body>
</html>