-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1.77 KB
/
Copy pathindex.html
File metadata and controls
35 lines (30 loc) · 1.77 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
<!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" />
<meta http-equiv="content-security-policy" content="default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; frame-src 'self' https:; font-src 'self'; base-uri 'self'; manifest-src 'self'; connect-src 'self' blob: https: wss: http://localhost:50021; img-src 'self' data: blob: https:; media-src 'self' blob: https:">
<!-- PWA Meta Tags -->
<meta name="theme-color" content="#6366f1" />
<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="Drift" />
<meta name="application-name" content="Drift" />
<meta name="description" content="Drift - Language immersion feed. Learn languages TikTok-style with short, swipeable content." />
<!-- Open Graph / OGP Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Drift - Language Immersion Feed" />
<meta property="og:description" content="Learn languages TikTok-style with short, swipeable content. Native audio, furigana support, and more." />
<meta property="og:url" content="https://drift.soapbox.pub" />
<!-- Favicon and Icons -->
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
<!-- Manifest -->
<link rel="manifest" href="/manifest.webmanifest">
<title>Drift - Language Immersion Feed</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>