-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.41 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
39
<!DOCTYPE html>
<html lang="FR">
<head>
<title>Animated</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<script src="tmi.min.js"></script>
<script src="obs-websocket.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="corners_emotes">
<img id="emote1" src="assets/love.gif" alt="love">
<img id="emote2" src="assets/love.gif" alt="love">
<img id="emote3" src="assets/love.gif" alt="love">
<img id="emote4" src="assets/love.gif" alt="love">
</div>
<div id="heart" class="heart-container">
<div class="heart"></div>
</div>
<div id="all_bars">
<div class="w3-light-grey w3-round-large">
<div id="love" class="w3-container w3-round-large shadow" style="width:0%">!love</div>
</div>
<div class="w3-light-grey w3-round-large">
<div id="hype" class="w3-container w3-round-large shadow" style="width:0%">!hype</div>
</div>
<div class="w3-light-grey w3-round-large">
<div id="party" class="w3-container w3-round-large shadow" style="width:0%">!party</div>
</div>
<div class="w3-light-grey w3-round-large">
<div id="goyave" class="w3-container w3-round-large shadow" style="width:5%">!goyave</div>
</div>
</div>
<script src="java.js"></script>
</body>
</html>