-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 1.8 KB
/
index.html
File metadata and controls
34 lines (31 loc) · 1.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>INWARD</title>
<meta name="description" content="Paddle. Navigate Within.">
<meta name="author" content="Lovable" />
<meta name="theme-color" content="#161B2E" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="apple-touch-icon" href="/icons/kayak-icon.png" />
<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=Manrope:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/211772e6-e691-40fa-934a-72b3e7955443/id-preview-a42c61bb--e0b56fa7-676e-4fe9-ada0-d0655a6e277d.lovable.app-1773010222854.png">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Lovable" />
<meta name="twitter:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/211772e6-e691-40fa-934a-72b3e7955443/id-preview-a42c61bb--e0b56fa7-676e-4fe9-ada0-d0655a6e277d.lovable.app-1773010222854.png">
<meta property="og:title" content="INWARD">
<meta name="twitter:title" content="INWARD">
<meta property="og:description" content="Paddle. Navigate Within.">
<meta name="twitter:description" content="Paddle. Navigate Within.">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>