Compare commits

...

2 commits

Author SHA1 Message Date
fd181f8486
Update and fix identation 2024-05-04 18:42:55 +02:00
46eacab857
Set encoding 2024-05-04 18:41:45 +02:00
2 changed files with 21 additions and 19 deletions

View file

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

View file

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