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/minimal/index.tmpl | |
| parent | 6ed44b35ccf07ac02790ef9b7cb15104e4612b40 (diff) | |
move templates into sub directory
Diffstat (limited to 'share/templates/minimal/index.tmpl')
| -rw-r--r-- | share/templates/minimal/index.tmpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/templates/minimal/index.tmpl b/share/templates/minimal/index.tmpl new file mode 100644 index 0000000..2ec99d7 --- /dev/null +++ b/share/templates/minimal/index.tmpl @@ -0,0 +1,12 @@ +cat <<END +<html> +<head> +<title>$TITLE</title> +<meta http-equiv="Content-type" content="text/html; charset=iso-8859-1"> +<meta http-equiv="refresh" content="0; URL=./html/page-1.html"> +</head> +<body> +Redirecting to Page 1 +</body> +</html> +END |
