-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wealth inequalities and poverty concentration in Toronto | School of Cities</title>
<meta name="description" content="Our first look at 2020 annual income data collected as part of the 2021 Canadian census">
<meta name="author" content="Jeff Allen">
<meta property="og:title" content="Wealth inequalities and poverty concentration in Toronto" />
<meta name="og:description" content="Our first look at 2020 annual income data collected as part of the 2021 Canadian census" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://schoolofcities.github.io/neighbourhood-income-toronto-2020/" />
<meta property="og:image" content="https://raw.githubusercontent.com/schoolofcities/neighbourhood-income-toronto-2020/main/img/TopGraphic.png" />
<meta property="og:locale" content="en_CA">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="https://schoolofcities.github.io/" />
<meta name="twitter:creator" content="@JeffAllenMaps" />
<meta name="twitter:title" content="Wealth inequalities and poverty concentration in Toronto" />
<meta name="twitter:description" content="Our first look at 2020 annual income data collected as part of the 2021 Canadian census" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/schoolofcities/neighbourhood-income-toronto-2020/main/img/TopGraphic.png" />
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XB09CWTEWB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XB09CWTEWB');
</script>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>