This commits adds new feature for galchedbot: video requests in the twitch chat via highlighted chat messages. This messages parsed by the bot and added to the video queue, that can be accessed by the dedicated web server. Video queue requires authorization based on random token added to the cookies.
14 lines
349 B
HTML
14 lines
349 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<form action="./login" method="post">
|
|
<div class="container">
|
|
<input type="text" placeholder="Username" name="login" required> <br><br>
|
|
|
|
<input type="password" placeholder="Password" name="password" required> <br><br>
|
|
|
|
<button type="submit">Login</button>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|