diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-21 13:33:30 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-21 15:13:25 +0200 |
| commit | ad23f749bec698d45bf3fc607913a65d28ae7f21 (patch) | |
| tree | ec231f94deaaebc41b3ad260e9e19641c814df9a /app | |
| parent | ef140f9917913dd2c03ecc513d742a18a99af10a (diff) | |
Cleaner title
Diffstat (limited to 'app')
| -rw-r--r-- | app/page.tsx | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/app/page.tsx b/app/page.tsx index c16b26a..c6af996 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -23,30 +23,10 @@ export default function Cidr() { setIp(newIp); } - // const handleChange(event) { - // var octets = this.state.octets; - // var val = +event.target.value.replace(/[^0-9]/g, ''); - // var octet = event.target.attributes['data-octet'].value; - // if (octet == 'cidr') { - // if (val <= 32) { - // this.setState({ - // cidr: val - // }); - // } - // } else { - // if (val <= 255) { - // octets[+octet] = val; - // this.setState({ - // octets: octets - // }); - // } - // } - // } - return ( <div className="min-h-screen flex flex-col items-center justify-center bg-gray-100 p-4"> <div className="max-w-5xl w-full p-8"> - <h1 className="text-4xl font-bold text-center mb-4">CIDR / IP Visualizer</h1> + <h1 className="text-4xl font-bold text-left mb-4">IP / CIDR Visualizer</h1> <p className="text-sm text-left text-gray-600 mb-8"> <a href="https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">CIDR</a> is a notation for describing blocks of IP addresses and is used heavily in various networking configurations. IP addresses contain 4 |
