-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (71 loc) · 4.02 KB
/
index.html
File metadata and controls
85 lines (71 loc) · 4.02 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<!--
Jho.
Last modified: Tuesday, 11th April 2023, 11:51:38 am
-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description"
content="Free Twitch, Streamlabs & Streamelements Custom Chat Box Widget Overlay For Twitch Streamer" />
<meta name="author" content="JHO" />
<title>Free Twitch, Streamlabs & Streamelements Custom Chat Box Widget Overlay</title>
<!-- Bootstrap CSS -->
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css' integrity='sha512-SbiR/eusphKoMVVXysTKG/7VseWii+Y3FdHrt0EpKgpToZeemhqHeZeLWLhJutz/2ut2Vw1uQEj2MbRF+TVBUA==' crossorigin='anonymous'/>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Custom styles -->
<link href="./pages/assets/files/style.css" rel="stylesheet" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9M06PF1QJQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-9M06PF1QJQ');
</script>
</head>
<body id="index">
<!-- Hero -->
<div class="container">
<div class="homepage row justify-content-center align-items-center">
<div class="col-12 col-lg-6">
<img src="./pages/assets/images/Animation.gif" class="d-block img-fluid mx-auto my-5 my-md-0" alt="Preview of product in action">
</div>
<div class="col-12 col-lg-6">
<h1 class="jho-title fw-bold pt-3 pt-md-0">Jho Chatbox - Streamlabs & Streamelements Chat Box Widget
Overlay for Twitch & Youtube
</h1>
<p class="description">Customizable overlay themes for Streamlabs and Streamelements chat box
widget, with smoothscroll animation, custom css, custom animation, extra functionalities & many
more.</p>
<a class="btn btn-download fw-bolder me-2" href="https://ko-fi.com/jhooo/shop" role="button"><i
class="fa-solid fa-download me-1"></i>Download </a><small class="text-body-secondary notice"><em>🎉 More than 2K downloads!</em></small>
</div>
</div>
</div>
<!-- Hero Ends -->
<!-- Copyright -->
<div class="py-3 text-center footer">
<span>
<small>
<img src="./pages/assets/images/hi.gif" height="18px" alt="Waving hand emoji">
Made by
<a href="https://twitter.com/intent/follow?screen_name=jhooo_o" target="_blank">jho</a>
<span class="px-1">·</span>
<i class="fab fa-github mx-1"></i><a href="https://github.com/jhoooooo/chatbox" target="_blank"> Github</a>
<i class="fab fa-twitter mx-1"></i><a href="https://twitter.com/jhooo_o" target="_blank"> Twitter</a>
<i class="fab fa-discord mx-1"></i><a href="https://discord.gg/e5DQ8yKnj6" target="_blank"> Discord</a>
</small>
</span>
</div>
<!-- Copyright -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.min.js' integrity='sha512-1/RvZTcCDEUjY/CypiMz+iqqtaoQfAITmNSJY17Myp4Ms5mdxPS5UV7iOfdZoxcGhzFbOm6sntTKJppjvuhg4g==' crossorigin='anonymous'></script>
<!-- Bootstrap 5 Lightbox -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/bs5-lightbox/1.8.2/index.bundle.min.js' integrity='sha512-WjcU4zl6+f3WT/vFRjhS8EVMxk+UKbcFcTfTlU1mt3FKCraj3JEOHUkFgzni1UBSPoK8wWbnpZnmzidjr8k9Lg==' crossorigin='anonymous'></script>
</body>
</html>