1 2 3 4 5 6 7 8 9 10 11 12 13
cat <<END <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Redirecting</title> <link rel="icon" href="./favicon.ico" type="image/x-icon"> <meta http-equiv='refresh' content='0; url=${render_redirect_page_html}.html'> </head> <body> </body> </html> END