diff --git a/index.ts b/index.ts index 2993457..be28eba 100644 --- a/index.ts +++ b/index.ts @@ -46,13 +46,13 @@ app.get("/", async (req, res) => { // @ts-ignore response.web.results.forEach((result) => { results.push(` -
+

${result.title}

${result.meta_url.hostname}

${result.description}

-
+
`); });