-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (48 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="assets/favicon.png" />
<link
href="https://cdn.knightlab.com/libs/soundcite/latest/css/player.css"
rel="stylesheet"
type="text/css"
/>
<script
type="text/javascript"
src="https://cdn.knightlab.com/libs/soundcite/latest/js/soundcite.min.js"
></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
To Flee or to Face: Mapping the Increasing Impacts of Wildfires in the
West
</title>
<meta
name="description"
content="Mapping the Increasing Impacts of Wildfires in the West"
/>
<meta
name="keywords"
content="climate change impacts, wildfires, washington state"
/>
<meta name="author" content="Joli Holmes & Jovi Dai & Danish Farooq" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
property="og:title"
content="Flee: Mapping the Increasing Impacts of Wildfires in the West"
/>
<meta property="og:type" content="article" />
<meta property="og:url" content="https://c4ds-final-project.vercel.app/" />
<meta property="og:locale" content="en" />
<meta
property="og:description"
content="Mapping the Increasing Impacts of Wildfires in the West"
/>
<meta property="og:image" content="./assets/lightning.svg" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>