diff options
| author | Yuval Adam <_@yuv.al> | 2019-11-08 10:58:27 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-11-08 10:58:27 +0200 |
| commit | 5b7c035c6e53f01fcdc48a0d189b8ecd3d3c91d2 (patch) | |
| tree | f8a5a88963e0a746284c30282424cf2c6a87a7ac /src/index.html | |
| parent | cd776ca9e3a6af2cc4b8c4e85076c1ef516c8cce (diff) | |
Design WIPdesign
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> |
