-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (38 loc) · 2.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link ref="icon" type="image/x-icon" href="/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta property="og:title" content="Memorial Wall">
<meta name="twitter:title" content="Memorial Wall">
<meta name="description" content="Defend yourself & your friends from counterfeit drug poisoning & sudden death from fentanyl. Don’t turn away. Speak up, say something, stay alive.">
<meta property="og:description" content="Defend yourself & your friends from counterfeit drug poisoning & sudden death from fentanyl. Don’t turn away. Speak up, say something, stay alive.">
<meta name="twitter:description" content="Defend yourself & your friends from counterfeit drug poisoning & sudden death from fentanyl. Don’t turn away. Speak up, say something, stay alive."><meta name="thumbnail" content="https://https://app.ontraport.com/images/opt_default_image.png"><meta property="og:image" content="https://https://app.ontraport.com/images/opt_default_image.png">
<meta property="twitter:image" content="https://https://app.ontraport.com/images/opt_default_image.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:type" content="website">
<meta property="og:url" content="https://drugepidemicmemorial.org">
<link rel="stylesheet" href="/fonts.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=GFS+Neohellenic&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/jxj0gmu.css">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""/>
<title>Drug Epidemic Memorial</title>
</head>
<body>
<div id="root"></div>
<script>
window.global = window;
window.process = {
env: { DEBUG: undefined },
};
var exports = {};
</script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>