-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.29 KB
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Thats the FREE way to watch multiple streams at one time. Currently we only supports Twitch, YouTube, and Kick.">
<meta name="keywords" content="multiple, view, stream, twitch, youtube, kick, streaming, multiview, multistream">
<meta name="author" content="Clovis Junior">
<meta name="copyright" content="(C) 2026 Clovis Junior">
<meta property="og:title" content="Watch Multiple Streams (For FREE)">
<meta property="og:description" content="Thats the FREE way to watch multiple streams at one time. Currently we only supports Twitch, YouTube, and Kick.">
<meta property="og:type" content="website">
<link rel="icon" href="/favicon.ico">
<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">
<title>Watch Multiple Streams (For FREE)</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>