stream-tools/twitch/pages/labels.html

15 lines
470 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Twitch Labels</title>
<link rel="stylesheet" href="/public/fonts/inter/inter.css">
<link rel="stylesheet" href="/twitch/public/labels.css">
</head>
<body>
<p id="label"></p>
<script type="module" src="/twitch/public/labels.js" defer></script>
</body>
</html>