-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultistream.html
34 lines (29 loc) · 1.1 KB
/
multistream.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MultiStream</title>
<meta content="Teste Twitch" property="og:title" />
<meta content="
Este site foi feito para testar o tmi.js,
uma biblioteca que permite a interação com a Twitch.
Apenas foi um projetinho para brincar com o tmi.js,
então não espere muita coisa.
" property="og:description" />
<meta content="https://matheushmafra.github.io/Twitch-Integration/multistream.html" property="og:url" />
<meta
content="https://github-readme-stats.vercel.app/api/pin/?username=MatheusHMafra&repo=Twitch-Integration&show_owner=true&theme=dark&hide_border=true"
property="og:image" />
<meta content="#b912ec" data-react-helmet="true" name="theme-color" />
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h3 style="display: none;" id="streamer">
Streamers:
</h3>
<div id="lives"></div>
<script src="js/configs.js"></script>
<script src="js/multiStream.js"></script>
</body>
</html>