Added new widget "Multistream Alerts"

This commit is contained in:
nuttylmao
2025-04-06 08:55:46 +10:00
parent a5b79592da
commit a2e2e01541
16 changed files with 1844 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="#" />
<link rel="stylesheet" href="./style.css" />
<script type="text/javascript" src="https://unpkg.com/@streamerbot/client/dist/streamerbot-client.js"></script>
</head>
<body>
<div id="statusContainer">Connecting...</div>
<div id="mainContainer" class="slide-fade">
<div id="alertBox" class="highlightMessage">
<img id="avatar" src="https://static-cdn.jtvnw.net/jtv_user_pictures/272e643e-4d43-415f-9ee1-18916e825411-profile_image-300x300.png" class="square">
<div id="contents">
<span id="username">hotarubi_TA</span>
<br>
<span id="description">gifted a Tier 3 sub</span>
<br>
<span id="attribute">to nutty</span>
</div>
</div>
</div>
</div>
</body>
<script src="./script.js"></script>