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 14763cf3bdcc09f2a60961423d057165aa9a22c8
parent 9aa24d2ee8a4b24547f8dc6d69e35b239e5da7b3
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Tue, 21 May 2024 22:03:09 +0200

ensure valid UTF-8 encoding

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

diff --git a/template.html b/template.html @@ -3,7 +3,9 @@ --> <!DOCTYPE html> +<html lang="en"> <head> + <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- Title may be filled in by script --> <title>%%TITLE%%</title>