summaryrefslogtreecommitdiff
path: root/share/templates/default/redirect.tmpl
blob: 4aeb22d8bc70a441d86489d97198fbbfe0302864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
cat <<END
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Redirecting</title>
    <link rel="icon" href="./favicon.ico" type="image/x-icon">
    <meta http-equiv='refresh' content='0; url=${render_redirect_page_html}.html'>
</head>
<body>
</body>
</html>
END