mirror of
https://github.com/litruv/ChatVelocity.git
synced 2026-07-24 10:46:08 +10:00
Initial
This commit is contained in:
26
public/index.html
Normal file
26
public/index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Twitch Consolidation</title>
|
||||
<link href="/styles.css" rel="stylesheet">
|
||||
<script src="https://cdn.jsdelivr.net/npm/tmi.js/dist/tmi.min.js"></script>
|
||||
<script src="/script.js" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="settings-box">
|
||||
<label for="minWords">Min Words:</label>
|
||||
<input type="number" id="minWords" value="1" min="1">
|
||||
|
||||
<label for="columns">Columns:</label>
|
||||
<input type="number" id="columns" value="1" min="1">
|
||||
|
||||
<button id="apply-settings">Apply</button>
|
||||
</div>
|
||||
<div id="chat-container"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user