body = <<~HTML
Rick Ashley Dance GIF from Rickashley GIFs
HTML app = ->(env) { [ 200, { "Content-Type" => "text/html; charset=utf-8", }, [body], ] } run app