index.html <!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>redirect</title> <meta http-equiv="refresh" content="0; url=public/index.html"> </head> <body> </body> </html>