diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-09 09:08:54 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-09 09:08:54 +0200 |
| commit | 387f2c6ab75152b766998491ad7531ad43cd0e51 (patch) | |
| tree | e0bfc83575e34f9857a1fc379c336aaa52abbe6e | |
| parent | 2b52de29b96f9bf6b7586ec1a215ec7fdf563369 (diff) | |
Better description
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index d8dfd0f..9ea07e7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,7 +7,7 @@ import { GOOGLE_ANALYTICS_ID } from "../config"; const metadata = { title: "Interactive visual CIDR and IP range calculator", description: - "Interactive tool for IP and CIDR calculations. Visualize subnet analysis and IP ranges. Educational resource for network planning and IT learning.", + "Instantly compute and visualize CIDR subnets, IP ranges and masks. Free online tool for accurate network design, planning and IT education.", }; --- |
