From 38192d7d93254893ef0e7ec3107c022da8be499f Mon Sep 17 00:00:00 2001 From: Jibin Thomas Date: Sun, 14 Oct 2018 14:57:17 +0530 Subject: Refactor and modernize code base (#5) Fixes #3 - * Updated all the dependencies to latest version * Config files updated * Moved the files to src directory * Updated README file * Configured package.json and README.md for production build * Added gh-pages package * Added production details in README.md * Removed unnecessary script tag from index.html * Change the fonts to ubuntu --- src/index.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/index.html (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..15e017c --- /dev/null +++ b/src/index.html @@ -0,0 +1,35 @@ + + + + + + CIDR.xyz + + + + + + + + + + + +
+

CIDR.xyzAn interactive IP address and CIDR range visualizer

+

CIDR is a notation for describing blocks of IP addresses and is used heavily in various networking configurations. IP addresses contain 4 octets, each consisting of 8 bits giving values between 0 and 255. The decimal value that comes after the slash is the number of bits consisting of the routing prefix. This in turn can be translated into a netmask, and also designates how many available addresses are in the block.

+
+
+ + + -- cgit v1.3.1