Set encoding
This commit is contained in:
parent
6cee314b7c
commit
46eacab857
2 changed files with 2 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -38,6 +38,7 @@ if [ -z "${LINKGEN_NO_DEFAULT}" ]; then
|
|||
<html>
|
||||
<head>
|
||||
<title>Redirecting to nowhere</title>
|
||||
<meta charset="UTF-8"/>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue