-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 2.22 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 2.22 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/svg+xml" href="logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="no-referrer" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: blob:; connect-src 'self' https://huggingface.co https://raw.githubusercontent.com; worker-src 'self' blob:; font-src 'self' https://fonts.gstatic.com; frame-ancestors 'none'; base-uri 'self'; form-action 'self';" />
<meta name="description" content="Turn flight confirmation emails into beautiful travel analytics. Distances, airlines, routes, and more. 100% private, runs entirely in your browser." />
<meta property="og:title" content="FlightWrapped | Visualize Your Flight History" />
<meta property="og:description" content="Beautiful travel analytics from your flight confirmation emails. Distances, airlines, routes. 100% private, in your browser." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://opengraph.githubassets.com/1/samsel/FlightWrapped" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="FlightWrapped | Visualize Your Flight History" />
<meta name="twitter:description" content="Beautiful travel analytics from your flight confirmation emails. Distances, airlines, routes. 100% private, in your browser." />
<meta name="theme-color" content="#F5F1EB" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap" rel="stylesheet" />
<link rel="manifest" href="manifest.webmanifest" />
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png" />
<title>FlightWrapped | Visualize Your Flight History from Email</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>