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 b0e62c6dc22e2b7571e63649252b1b3ff91021cd
parent 9263974048af1ba31bc0127ac2149d8b63fd455f
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 29 Jul 2024 14:22:42 +0200

fix: move headline to navigation bar

Diffstat:
Mtemplate.html | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/template.html b/template.html @@ -87,13 +87,12 @@ <body onload="setThumbnails();"> <header> + <h1>Videos</h1> <a class="button" href="/">All Videos</a> <a class="button" href="javascript:toggleThumbnails();">Thumbnails</a> <a class="button" href="reload.php">Refresh</a> </header> - <h1>Videos</h1> - <form action="https://www.youtube.com/results" method="GET" style="width:100%;"> <input id="searchbar"