add twitch API stuff, add follow/sub/cheer labels

This commit is contained in:
ari melody 2026-07-24 03:54:29 +01:00
parent 8a7210ad56
commit 626540e728
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E
17 changed files with 1143 additions and 3 deletions

14
twitch/pages/labels.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Twitch Labels</title>
<link rel="stylesheet" href="/music/public/fonts/inter/inter.css">
<link rel="stylesheet" href="/twitch/public/labels.css">
</head>
<body>
<p id="label"></p>
<script type="module" src="/twitch/public/labels.js" defer></script>
</body>
</html>