fixtures/ssr/public/index.html (13 lines of code) (raw):

<!doctype html> <html> <body> <script> /* This is just a placeholder to make react-scripts happy. We're not using it. If we end up here, redirect to the primary server. */ location.href = '//localhost:3000/'; </script> </body> </html>