Boto/www/index.html

26 lines
644 B
HTML
Raw Normal View History

2022-02-10 03:50:06 +00:00
<!DOCTYPE html>
<html lang="en">
2022-02-13 03:47:17 +00:00
<head>
2022-02-13 13:23:31 +00:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Twitch Chat Counter</title>
<link rel="stylesheet" href="https://ez-css.now.sh">
2022-02-13 04:58:42 +00:00
</head>
<body>
2022-02-13 13:23:31 +00:00
<div>
<center>
<marquee><p>Type 1 in the chat!</p></marquee>
<em>(broadcaster only)</em>
<br />
2022-02-15 03:59:16 +00:00
<code>!start | !end | !clear</code>
2022-02-13 13:23:31 +00:00
<br />
<br />
</center>
<small id="status"></small>
<h1 id="count">Waiting for count...</h1>
2022-02-13 12:52:50 +00:00
<h3 id="users"></h3>
2022-02-13 13:23:31 +00:00
</div>
<script src="tmi.min.js"></script>
<script src="boto.js"></script>
2022-02-13 04:58:42 +00:00
</body>
2022-02-10 03:50:06 +00:00
</html>