-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.38 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.38 KB
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>
<meta name="google-site-verification" content="M69fBEA9XreSstqUQn8L3x17bwfSPg_-Cy0w0CmP0po" />
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>FieldSync</title>
<meta
name="description"
content="FieldSync keeps your camera filenames aligned with phone GPS logs so every photo has the right location."
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="FieldSync · Camera IDs meet accurate locations" />
<meta
property="og:description"
content="Log file suffixes on the go, sync anchors automatically, and review sessions with precise maps."
/>
<meta property="og:image" content="/card.png" />
<meta property="og:url" content="https://fieldsync.pages.dev" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="FieldSync · Camera IDs meet accurate locations" />
<meta
name="twitter:description"
content="Log file suffixes on the go, sync anchors automatically, and review sessions with precise maps."
/>
<meta name="twitter:image" content="/card.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/@react-router/entry.client"></script>
</body>
</html>