Files

15 lines
314 B
HTML
Raw Permalink Normal View History

2024-09-14 14:41:59 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
2024-09-19 15:51:46 +03:00
<title>StreamGoose</title>
2024-09-14 14:41:59 +03:00
<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>