diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-02-16 12:20:53 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-02-16 12:20:53 +0100 |
| commit | a0f45c9e97570bea83001c8106b5847723e8a863 (patch) | |
| tree | c914acb0020adeb0c993e7b24358f74ff4b1f746 /share/templates/default/redirect.tmpl | |
| parent | 6ed44b35ccf07ac02790ef9b7cb15104e4612b40 (diff) | |
move templates into sub directory
Diffstat (limited to 'share/templates/default/redirect.tmpl')
| -rw-r--r-- | share/templates/default/redirect.tmpl | 9 |
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 |
