-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (22 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>🦋 Tsubasa</title>
<meta name="og:title" content="Tsubasa 🦋"/>
<meta name="description" content="Tsubasa is a fast video compression service that runs locally on your device. Maintain the best quality while staying under MB file limits."/>
<meta name="og:description" content="Tsubasa is a fast video compression service that runs locally on your device. Maintain the best quality while staying under MB file limits."/>
<meta property="og:image" content="/media/preview.png" />
<meta name="twitter:card" content="summary_large_image">
<!-- PWA -->
<meta name="theme-color" content="#6366f1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta content="yes" name="apple-touch-fullscreen" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>