Boto/www/index.html

18 lines
396 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>
2022-02-13 03:54:56 +00:00
body {
background: black;
color: white;
}
2022-02-13 03:47:17 +00:00
</style>
2022-02-10 03:50:06 +00:00
</head>
<body>
2022-02-13 03:47:17 +00:00
<script src="tmi.min.js"></script>
<script src="boto.js"></script>
2022-02-10 03:50:06 +00:00
</body>
</html>