-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.18 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
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="CoCast is a free and open-source media casting application that allows you to watch your favorite videos with friends from anywhere in the world!"
/>
<meta
name="keywords"
content="video casting, webcasting, video sharing, virtual events, serverless, peer-to-peer, friends, families, mobile-friendly, cross-platform, customizable"
/>
<title>CoCast</title>
<link rel="icon" type="image/svg+xml" href="/cocast.svg" />
<!-- PWA content -->
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/mask-icon.svg" color="#ff0000" />
<meta name="theme-color" content="#0f0f0f" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>