summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-05-22 14:50:33 +0200
committerYuval Adam <_@yuv.al>2025-05-22 14:50:33 +0200
commit9f8abf8c74d3f19202b77a3e6443178775ffa44e (patch)
treee976f20f77c27582e78aebeac9e405908ef036c3 /src/pages
parent9e01f5ceb8477878b9786f10757f8526836c5934 (diff)
Update embed description
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/embed-widget.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/embed-widget.astro b/src/pages/embed-widget.astro
index ec3d0ad..0bdaf11 100644
--- a/src/pages/embed-widget.astro
+++ b/src/pages/embed-widget.astro
@@ -3,7 +3,7 @@ import Layout from "../layouts/Layout.astro";
const title = "CIDR Calculator Widget Embed Example";
const description =
- "Learn how to embed the CIDR calculator widget in your website";
+ "Copy-paste our lightweight iframe to embed the CIDR & subnet calculator on your site in seconds—responsive, free, and auto-updated with every new release.";
// Embed code that users can copy
const embedCode = `<iframe src="https://cidr.xyz/embed" width="100%" height="600" title="CIDR Calculator" loading="lazy"></iframe>`;