-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
36 lines (33 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="TKTK"
/>
<title>img2geojson</title>
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="img2geojson">
<meta itemprop="description" content="Compile GeoJSON from your own images">
<meta itemprop="image" content="https://caseymm.github.io/img2geojson/cover.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="img2geojson">
<meta name="twitter:description" content="Compile GeoJSON from your own images">
<meta name="twitter:creator" content="@caseymmiller">
<meta name="twitter:image:src" content="https://caseymm.github.io/img2geojson/cover.png">
<meta name="twitter:image:alt" content="Compile GeoJSON from your own images">
<!-- Open Graph data -->
<meta property="og:title" content="img2geojson" />
<meta property="og:url" content="https://caseymm.github.io/img2geojson" />
<meta property="og:image" content="https://caseymm.github.io/img2geojson/cover.png" />
<meta property="og:description" content="Compile GeoJSON from your own images" />
<meta property="article:published_time" content="2022-07-01T00:00:00+01:00" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>