summaryrefslogtreecommitdiff
path: root/share/templates/default/redirect.tmpl
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-02-16 12:20:53 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-02-16 12:20:53 +0100
commita0f45c9e97570bea83001c8106b5847723e8a863 (patch)
treec914acb0020adeb0c993e7b24358f74ff4b1f746 /share/templates/default/redirect.tmpl
parent6ed44b35ccf07ac02790ef9b7cb15104e4612b40 (diff)
move templates into sub directory
Diffstat (limited to 'share/templates/default/redirect.tmpl')
-rw-r--r--share/templates/default/redirect.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/templates/default/redirect.tmpl b/share/templates/default/redirect.tmpl
new file mode 100644
index 0000000..8edfe1c
--- /dev/null
+++ b/share/templates/default/redirect.tmpl
@@ -0,0 +1,9 @@
+cat <<END
+<html>
+<head>
+<meta http-equiv='refresh' content='0; url=${redirectpage}.html'>
+</head>
+<body>
+</body>
+</html>
+END