send( str(new Response( 200, ['Content-Type' => 'text/html'], file_get_contents(base_path('resources/views/index.html')) )) ); $connection->close(); } }