Files
StreamGoose/webroot/index.html
T

15 lines
321 B
HTML
Raw Normal View History

2024-09-14 14:41:59 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>StreamGoose v0.0.1</title>
<link rel=stylesheet href="style.css">
</head>
<body>
<main id=msglist></main>
<script src="custom.js"></script>
<script src="yt-emotes.js"></script>
<script src="script.js"></script>
</body>
</html>