-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpanel.html
41 lines (38 loc) · 1.24 KB
/
panel.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
39
40
41
<!DOCTYPE html>
<html lang="ca">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="twitch/viewer.css" type="text/css">
<title>Streamers Catalans</title>
</head>
<body>
<div class="lb night">
<div class="lb__nav-top">
<label for="subsOption" class="lb__nav-top-label">Streamers catalans</label>
</div>
<div class="lb__section-wrapper">
<div class="lb__table-wrapper">
<table id="online-users" class="lb__table">
<tbody>
<tr class="lb__row">
<th class="lb__th-mid">Usuaris Online</th>
</tr>
</tbody>
</table>
<table id="all-users" class="lb__table">
<tbody>
<tr class="lb__row">
<th class="lb__th-mid">Usuaris de twitch</th>
</tr>
</tbody>
</table>
<div class="lb__see-all"><a href="https://www.gaming.cat" target="_blank">Veure tots</a></div>
</div>
</div>
</div>
<script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
<script type="text/javascript" src="twitch/vendor.js"></script>
<script type="text/javascript" src="twitch/viewer.js"></script>
</body>
</html>