-
Notifications
You must be signed in to change notification settings - Fork 0
/
twitch.html
24 lines (24 loc) · 873 Bytes
/
twitch.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>ChatTranslatorBot - Connecting to Twitch</title>
<link rel="stylesheet" href="./src/twitch.css" />
<link rel="icon" href="./src/icon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap&text=ChatTalker"
rel="stylesheet"
/>
</head>
<body>
<h1>ChatTranslatorBot - Connecting to Twitch</h1>
<div class="dot-bricks" style="margin: 10px"></div>
<p>
<a href="app.html"><button type="button" disabled>Reset</button></a>
</p>
<script type="module" src="./src/twitch.ts"></script>
</body>
</html>