-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
33 lines (33 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OpenAEDMap - Map of Defibrillators</title>
<meta charset="utf-8" />
<meta content="Open map of Automatic External Defibrillators (AEDs)" name="title">
<meta content="Map of AEDs (Automatic External Defibrillators) based on OpenStreetMap data. Our website makes it easy to find an AED defibrillator near you, which can be very helpful in life-threatening situations. AED defibrillators are devices that are used for cardiopulmonary resuscitation of people in cardiac arrest. With our map, anyone can quickly find the nearest defibrillator and help someone in need." name="description">
<meta property="og:url" content="https://openaedmap.org">
<meta property="og:type" content="website">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="https://openaedmap.org/img/logo-aed-512.png">
<meta name="twitter:card" content="summary">
<meta property="twitter:domain" content="openaedmap.org">
<meta property="twitter:url" content="https://openaedmap.org">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://openaedmap.org/img/logo-aed-512.png">
<meta content="initial-scale=1,maximum-scale=5" name="viewport" />
<meta name="theme-color" content="#f5f5f5" />
<meta name="msapplication-TileColor" content="#da532c">
<link href="https://openaedmap.org" rel="canonical" />
<link rel="icon" href="/img/favicon.png" sizes="32x32" />
<link rel="apple-touch-icon" href="/img/logo-aed-192.png" sizes="192x192" />
<link rel="manifest" href="/manifest.json" />
<link rel="preconnect" href="https://tile.openstreetmap.org" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>