diff --git a/dist/styles/serp.css b/dist/styles/serp.css
new file mode 100644
index 0000000..e69de29
diff --git a/index.ts b/index.ts
index 9823112..f2a8206 100644
--- a/index.ts
+++ b/index.ts
@@ -12,6 +12,7 @@ import { minify } from "html-minifier";
import {
blazeFunctionality,
blazeUrl,
+ highlightBlazedLinks,
injectBlazeToPageLinks,
} from "./utils.js";
import etag from "etag";
@@ -86,9 +87,9 @@ app.get("/", async (req, res) => {
const results = data.web.results.map(
(result: any) => `
-
- ${result.title}
-
+
${result.meta_url.hostname}
${result.description}
@@ -122,7 +123,12 @@ app.get("/", async (req, res) => {
${results.join("")}