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 48edbcc1c9e37fdab82a06a353f65981aefabcce
parent e134ecf4a96d5bdbbd6df6a81e1e407e4b178849
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 21 Oct 2024 23:20:34 +0200

fix: adjust webpage title

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

diff --git a/index.php b/index.php @@ -7,7 +7,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>yt2html - Simply watch YouTube!</title> + <title>YouTube Videos</title> <link rel="icon" type="image/png" href="/assets/favicon.png"> <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon_16.png"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon_32.png">