diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-22 14:50:33 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-22 14:50:33 +0200 |
| commit | 9f8abf8c74d3f19202b77a3e6443178775ffa44e (patch) | |
| tree | e976f20f77c27582e78aebeac9e405908ef036c3 /src/pages | |
| parent | 9e01f5ceb8477878b9786f10757f8526836c5934 (diff) | |
Update embed description
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/embed-widget.astro | 2 |
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>`; |
