pub / yt2html

Fetches Youtube content via RSS and provides a chronological timeline
git clone https://src.jayvii.de/pub/yt2html.git
Home | Log | Files | Exports | Refs | README | RSS

commit db796ed554ac770d42e9e99a2e7a5aa0d2730deb
parent 4e9035e488ccc151be1a67e742f447d92865eed0
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Tue, 22 Oct 2024 00:20:56 +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 @@ -155,7 +155,9 @@ <nav> <a href="/">All Videos</a> <a href="#" onclick="window.location.reload();">Refresh</a> - <a href="https://src.jayvii.de/pub/yt2html">Development</a> + <a href="https://src.jayvii.de/pub/yt2html" target="_blank"> + Development + </a> </nav> <h1>Videos</h1> </header>