Delete chat.html
This commit is contained in:
69
chat.html
69
chat.html
@@ -1,69 +0,0 @@
|
|||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>ChatRD</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900">
|
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-notify@1.0.4/dist/simple-notify.min.css">
|
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
|
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="css/app.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<div id="statistics">
|
|
||||||
<div class="platform" id="twitch">
|
|
||||||
<i class="fa-brands fa-twitch"></i>
|
|
||||||
<span class="viewers"><i class="fa-solid fa-user"></i> <span>0</span></span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="platform" id="youtube">
|
|
||||||
<i class="fa-brands fa-youtube"></i>
|
|
||||||
<span class="viewers"><i class="fa-solid fa-user"></i> <span>0</span></span>
|
|
||||||
<span class="likes"><i class="fa-solid fa-thumbs-up"></i> <span>0</span></span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="platform" id="tiktok">
|
|
||||||
<i class="fa-brands fa-tiktok"></i>
|
|
||||||
<span class="viewers"><i class="fa-solid fa-user"></i> <span>0</span></span>
|
|
||||||
<span class="likes"><i class="fa-solid fa-heart"></i> <span>0</span></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="wrapper">
|
|
||||||
<div id="chat">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/dompurify@3.1.5/dist/purify.min.js"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/simple-notify@1.0.4/dist/simple-notify.min.js"></script>
|
|
||||||
<script src="https://unpkg.com/@streamerbot/client/dist/streamerbot-client.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
<script src="js/lang/ptbr.js"></script>
|
|
||||||
<script src="js/lang/en.js"></script>
|
|
||||||
|
|
||||||
<script src="js/lang/lang.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
<script src="js/app-mockup.js"></script>
|
|
||||||
<script src="js/app.js"></script>
|
|
||||||
|
|
||||||
<script src="js/twitch/module.js"></script>
|
|
||||||
<script src="js/youtube/module.js"></script>
|
|
||||||
<script src="js/tiktok/module.js"></script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Reference in New Issue
Block a user