pub / tw2html

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

commit 3bed1066e4e73c4791bcb7076ae6eb684ba20f77
parent df58ae98fd26b3a03eb86f30b253f586aee8b471
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 21 Oct 2024 17:34:09 +0200

fix: open "development" link in new tab

Diffstat:
Mindex.php | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/index.php b/index.php @@ -58,7 +58,9 @@ <nav> <a href="#" onclick="tw2html_reload();">Reload</a> <a href="#streams">Streams</a> - <a href="https://src.jayvii.de/pub/tw2html">Development</a> + <a href="https://src.jayvii.de/pub/tw2html" target="_blank"> + Development + </a> </nav> <!-- Headline --> <h1>Streams</h1>