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