summaryrefslogtreecommitdiff
path: root/share/templates/minimal/index.tmpl
blob: 2ec99d75b55cb32ca57acba1345f97f1a686c2a4 (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