-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
60 lines (54 loc) · 1.9 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
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en" class="h-full bg-white">
<head>
<!-- Set canonical to app.r10progress.com -->
<link rel="canonical" href="https://app.r10progress.com" />
<link rel="manifest" href="manifest.json" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
R10Progress - Analyze Your Golf Shots with Garmin Approach R10 Radar
</title>
<!-- SEO Meta Tags -->
<meta
name="description"
content="Upload data from Garmin Approach R10 Radar, analyze your golf shots over time and sessions with R10Progress."
/>
<meta
name="keywords"
content="Garmin Approach R10, golf shots, golf analysis, R10Progress, golf sessions"
/>
<meta name="author" content="Your Name" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta
property="og:title"
content="R10Progress - Analyze Your Golf Shots with Garmin Approach R10 Radar"
/>
<meta
property="og:description"
content="Upload data from Garmin Approach R10 Radar, analyze your golf shots over time and sessions with R10Progress."
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:title"
content="R10Progress - Analyze Your Golf Shots with Garmin Approach R10 Radar"
/>
<meta
property="twitter:description"
content="Upload data from Garmin Approach R10 Radar, analyze your golf shots over time and sessions with R10Progress."
/>
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<script
defer
data-domain="app.r10progress.com"
data-api="/api/wildflower/event"
src="/api/wildflower/script.js"
></script>
</head>
<body class="h-full">
<div id="root" />
<script type="module" src="/src/main.tsx"></script>
</body>
</html>