summaryrefslogtreecommitdiff
path: root/share/templates/default/redirect.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'share/templates/default/redirect.tmpl')
-rw-r--r--share/templates/default/redirect.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/templates/default/redirect.tmpl b/share/templates/default/redirect.tmpl
index b7119aa..4aeb22d 100644
--- a/share/templates/default/redirect.tmpl
+++ b/share/templates/default/redirect.tmpl
@@ -1,6 +1,9 @@
cat <<END
-<html>
+<!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>