diff options
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/index.html b/src/index.html index 23b15c1..0e97bd2 100644 --- a/src/index.html +++ b/src/index.html @@ -23,13 +23,15 @@ </script> </head> <body> - <header> - <h1>CIDR.xyz<small>An interactive IP address and CIDR range visualizer</small></h1> - <p><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 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.</p> - </header> - <section id="app"></section> - <footer> - Created by <a href="https://yuv.al">Yuval Adam</a>. Source available on <a href="https://github.com/yuvadm/cidr.xyz">Github</a>. - </footer> + <div id="container"> + <header> + <h1>CIDR.xyz <small>An interactive IP address and CIDR range visualizer</small></h1> + <p><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 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.</p> + </header> + <section id="app"></section> + <footer> + Created by <a href="https://yuv.al">Yuval Adam</a>. Source available on <a href="https://github.com/yuvadm/cidr.xyz">Github</a>. + </footer> + </div> </body> </html> |
