initial commit of v1

This commit is contained in:
2025-05-20 12:23:38 +02:00
parent aeb884a786
commit 5f9ec4c03e
6 changed files with 207 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Custom Twitch Chat</title>
</head>
<body>
<div id="chatbox"></div>
<script src="tmi.min.js"></script>
<script src="script.js"></script>
</body>
</html>