This repository has been archived on 2023-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
twitch_data_collector/static/index.html

16 lines
273 B
HTML
Executable File

<html>
<head>
<title>Overlay</title>
</head>
<body>
<div class="container">
<div id="followers"></div>
</div>
<script src="/static/collector.js"></script>
<script src="/static/overlay.js"></script>
</script>
</body>
</html>