diff options
Diffstat (limited to 'tmpl/prefs_set.tt2')
-rw-r--r-- | tmpl/prefs_set.tt2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tmpl/prefs_set.tt2 b/tmpl/prefs_set.tt2 new file mode 100644 index 0000000..735e700 --- /dev/null +++ b/tmpl/prefs_set.tt2 @@ -0,0 +1,10 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> + <head> + <meta http-equiv="refresh" content="0;url=[% return %]" /> + </head> + <body onload="location.href='[% return %]';"> + <small><a href="[% return %]">Return to the source...</a></small> + </body> +</html> |