backend for twitch chat widgets
This commit is contained in:
parent
09c11f11a1
commit
28b9492cb3
11 changed files with 725 additions and 94 deletions
14
twitch/pages/chat.html
Normal file
14
twitch/pages/chat.html
Normal 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 Chat</title>
|
||||
<link rel="stylesheet" href="/public/fonts/inter/inter.css">
|
||||
<link rel="stylesheet" href="/twitch/public/chat.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="chat"></div>
|
||||
<script type="module" src="/twitch/public/chat.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue