-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (41 loc) · 1.95 KB
/
Copy pathindex.html
File metadata and controls
46 lines (41 loc) · 1.95 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="A chat-controlled customizable Wheel Overlay to make streams more interesting.">
<meta name="robots" content="index,nofollow">
<!-- <script src="../update.js" type="text/javascript"></script> -->
<!-- <script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/gsap.min.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js" crossorigin="anonymous" type="text/javascript"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/howler/2.2.3/howler.min.js"
integrity="sha512-6+YN/9o9BWrk6wSfGxQGpt3EUK6XeHi6yeHV+TYD2GR0Sj/cggRpXr1BrAQf0as6XslxomMUxXp2vIl+fv0QRA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script> -->
<title>Jimmyboy's Wheel Decide LIVE</title>
</head>
<!-- Check out this project on Github -> https://github.com/devJimmyboy/Wheel-Live -->
<body class="dark">
<div id="preview-container">
<div id="overlay">
<div id="overlay-content">
<h2 id="overlay-title"></h2>
</div>
<canvas id="confetti" width="400" height="400"> Canvas not supported, use another browser. </canvas>
</div>
<div id="canvasContainer">
<!-- <div class="pc">
<img id="prizePointer" src="/Asset 12.png" height="60" width="" />
</div> -->
<canvas id="wheel" width="400" height="400" data-responsiveMinWidth="180" data-responsiveScaleHeight="true"
data-responsiveMargin="50"> Canvas not supported, use another browser. </canvas>
</div>
</div>
<div id="app"></div>
</body>
<script src="/src/main.ts" type="module"></script>
</html>