-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathchat.html
50 lines (49 loc) · 2.21 KB
/
chat.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
42
43
44
45
46
47
48
49
50
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chatroom | CybriaGames</title>
<meta name="description" content="🕹CybriaGames is an unblocked game site hosting over 100+ unblocked games where the danger of internet restrictions dosent apply.">
<meta name="keywords" content="games, game, gaming, unblocked games, ubg, unblocked game, cybriagames unblocked, cybria games, cyberia games, cybriagame, cyberiagames">
<meta name="author" content="CybriaTech">
<link rel="stylesheet" href="/style/chat.css">
<link rel="stylesheet" href="/style/all.css">
<link rel="icon" href="/images/cybriagames/favicon-circle.png">
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P8QQRX5QCQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P8QQRX5QCQ');
</script>
</head>
<body>
<script src="scripts/inject/header.js"></script>
<main>
<div id="particles-js"></div>
<div id="space-particles"></div>
<div id="chat-options">
<p class="chat-options-title">Select Chatroom Provider</p>
<button class="chat-button" onclick="chatroom('widgetbot')">Widgetbot (Default)</button>
<button class="chat-button" onclick="chatroom('deadsimplechat')">DeadSimpleChat</button>
</div>
<widgetbot
server="1299397331485065297"
channel="1299397404524675164"
width="100%"
height="100vh"
></widgetbot>
<div id="deadsimplechat-chat" style="display: none;">
<iframe class="chatframe" src="https://deadsimplechat.com/t63n2jyL7" width="100%" height="100vh"></iframe>
</div>
</main>
<script src="/scripts/settings/settings.js"></script>
<script src="/scripts/inject/footer.js"></script>
<script src="/scripts/settings/themes.js"></script>
<script src="/scripts/main/ua.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed"></script>
</body>
</html>