summaryrefslogtreecommitdiff
path: root/share/templates/default/index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'share/templates/default/index.tmpl')
-rw-r--r--share/templates/default/index.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/templates/default/index.tmpl b/share/templates/default/index.tmpl
new file mode 100644
index 0000000..2ec99d7
--- /dev/null
+++ b/share/templates/default/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