Update 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-13 04:58:42 +00:00
parent 154cceb87a
commit 6c0cb3e3ff
1 changed files with 7 additions and 5 deletions

View File

@ -10,9 +10,11 @@
color: white; color: white;
} }
</style> </style>
</head> </head>
<body> <body>
<script src="tmi.min.js"></script> <h1 id="count"></h1>
<script src="boto.js"></script> <h3 id="users"><h3>
</body> <script src="tmi.min.js"></script>
<script src="boto.js"></script>
</body>
</html> </html>