-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (32 loc) · 2.18 KB
/
Copy pathindex.html
File metadata and controls
36 lines (32 loc) · 2.18 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
34
35
36
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
<title>LapWing — Free Online VBO, MoTeC, AiM & NMEA Telemetry Viewer</title>
<meta name="description" content="Free online VBO file viewer, MoTeC i2 viewer, AiM & NMEA log viewer. Open-source GPS lap timer and motorsport telemetry analyzer — runs offline in your browser, no upload required.">
<link rel="canonical" href="https://lapwingdata.com/" />
<meta name="google-site-verification" content="p17Cb_TDcliQFvYwnZqk24geEG4eaJxjitDeGe-P17M" />
<!-- PWA Meta Tags -->
<meta name="theme-color" content="#1a1a2e" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="LapWing" />
<!-- Icons -->
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<meta property="og:title" content="LapWing — Free Online VBO, MoTeC, AiM & NMEA Telemetry Viewer">
<meta name="twitter:title" content="LapWing — Free Online VBO, MoTeC, AiM & NMEA Telemetry Viewer">
<meta property="og:description" content="Free online VBO file viewer, MoTeC i2 viewer, AiM & NMEA log viewer. Open-source GPS lap timer and motorsport telemetry analyzer — runs offline in your browser, no upload required.">
<meta name="twitter:description" content="Free online VBO file viewer, MoTeC i2 viewer, AiM & NMEA log viewer. Open-source GPS lap timer and motorsport telemetry analyzer — runs offline in your browser, no upload required.">
<meta property="og:url" content="https://lapwingdata.com/">
<meta property="og:image" content="https://lapwingdata.com/web-logo.png">
<meta name="twitter:image" content="https://lapwingdata.com/web-logo.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:type" content="website">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>