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