Set encoding

This commit is contained in:
JeremyStar™ 2024-05-04 18:41:45 +02:00
parent 6cee314b7c
commit 46eacab857
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 2 additions and 0 deletions

View file

@ -38,6 +38,7 @@ if [ -z "${LINKGEN_NO_DEFAULT}" ]; then
<html> <html>
<head> <head>
<title>Redirecting to nowhere</title> <title>Redirecting to nowhere</title>
<meta charset="UTF-8"/>
</head> </head>
<body> <body>
<center> <center>

View file

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<title>Redirecting to _TITLE_</title> <title>Redirecting to _TITLE_</title>
<meta charset="UTF-8"/>
<meta http-equiv="refresh" content="0; url=_RDURL_"/> <meta http-equiv="refresh" content="0; url=_RDURL_"/>
</head> </head>
<body> <body>