-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
38 lines (35 loc) · 2.25 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
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Watch Together — Watch Movies Together Online</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#0b0b0b">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<meta name="title" content="Watch Together — Watch Movies Together Online"/>
<meta name="description" content="Watch movies together with friends or partner, synced playback and scrolling for seamless viewing experience. Enjoy movie nights together anytime anywhere" />
<meta name="keywords" content="watch movies online, watch together, synchronized movie watching, online movie streaming, movie night, synced playback, together">
<meta name="author" content="Ed Asriyan">
<meta property="og:title" content="Watch Together — Watch Movies Together Online" />
<meta property="og:description" content="Watch movies together with friends or partner, synced playback and scrolling for seamless viewing experience. Enjoy movie nights together anytime anywhere" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://watchtogether.online/" />
<meta property="og:image" content="https://watchtogether.online/screenshots/desktop-1.jpeg" />
<meta property="og:image:width" content="3456" />
<meta property="og:image:height" content="2234" />
<meta property="og:image:alt" content="Watch Together screenshot" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="fr_FR" />
<meta property="og:locale:alternate" content="ru_RU" />
<link rel="canonical" href="https://watchtogether.online" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>