26 lines
692 B
HTML
26 lines
692 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<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">
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<center>
|
|
<marquee><p>Type !vote or vote to enter your 2cents in this matter!</p></marquee>
|
|
<em>(broadcaster only)</em>
|
|
<br />
|
|
<code>!startvote | !endvote | !clearvote</code>
|
|
<br />
|
|
<br />
|
|
</center>
|
|
<small id="status"></small>
|
|
<h1 id="count">Waiting for votes...</h1>
|
|
<h3 id="users"></h3>
|
|
</div>
|
|
<script src="tmi.min.js"></script>
|
|
<script src="boto.js"></script>
|
|
</body>
|
|
</html> |