pub / tw2html

Checks online status of streams on twitch.tv and lets you watch them
git clone https://src.jayvii.de/pub/tw2html.git
Home | Log | Files | Exports | Refs | README | RSS

commit a86599b8babcd776be5d30405ae164c4c6c3f18a
parent 24bd9490c01a063fa07a6082f9cee8136cf0d28d
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Wed,  7 Aug 2024 12:09:06 +0200

feat: open searches in new window/tab

Diffstat:
Mindex.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php @@ -80,7 +80,7 @@ $streams = array( </header> <!-- Search Bar --> - <form action="https://www.twitch.tv/search" method="GET" style="width:100%;margin-top:1em;"> + <form action="https://www.twitch.tv/search" method="GET" target="_blank" style="width:100%;margin-top:1em;"> <input id="searchbar" type="text" id="searchInput" name="term" placeholder="Search on twitch.tv"> </form>