Boto/www/index.html

20 lines
431 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sariboto</title>
<style>
body {
background: black;
color: white;
}
</style>
</head>
<body>
<h1 id="count"></h1>
<h3 id="users"><h3>
<script src="tmi.min.js"></script>
<script src="boto.js"></script>
</body>
</html>