Boto/www/index.html

16 lines
350 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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2022-02-13 03:54:56 +00:00
<title>Sariboto</title>
2022-02-13 03:47:17 +00:00
<style>
</style>
2022-02-13 04:58:42 +00:00
</head>
<body>
<h1 id="count"></h1>
2022-02-13 12:52:50 +00:00
<h3 id="users"></h3>
2022-02-13 04:58:42 +00:00
<script src="tmi.min.js"></script>
<script src="boto.js"></script>
</body>
2022-02-10 03:50:06 +00:00
</html>