summaryrefslogtreecommitdiff
path: root/share/templates/default/index.tmpl
blob: ecfb9f67f8053b4faa345b329254f55bb87cfc71 (plain)
1
2
3
4
5
6
7
8
9
10
11
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