-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>tinowl.tv</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>yo</h1>
<div class="twitch-embed">
<!-- Embedded Twitch Player -->
<div class="twitch-video">
<iframe src="https://player.twitch.tv/?channel=tinowl&parent=tinowl.tv" frameborder="0"
allowfullscreen="true" scrolling="no" width="100%" height="100%">
</iframe>
</div>
<!-- Embedded Twitch Chat -->
<div class="twitch-chat">
<iframe src="https://www.twitch.tv/embed/tinowl/chat?parent=tinowl.tv" frameborder="0" scrolling="no"
width="100%" height="100%">
</iframe>
</div>
</div>
</div>
</body>
</html>