1
0
mirror of https://github.com/openeggbert/youtubedl-frontend.git synced 2025-03-15 05:24:48 +01:00

Fixed encoding - UTF-8

This commit is contained in:
Robert Vokac 2024-10-05 10:40:17 +02:00
parent 18b5b7adf0
commit 9557529679
Signed by: robertvokac
GPG Key ID: FB9CE8E20AADA55F

@ -116,6 +116,7 @@ public class Main {
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="favicon.ico" sizes="16x16">
<title>Youtube videos</title>
<!-- Generated by: https://code.nanoboot.org/nanoboot/youtubedl-frontend -->