summaryrefslogtreecommitdiff
path: root/index.html
blob: 811b5279b685dcbfdbde1b4b9f00df3706577190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">

        <title>CIDR.xyz</title>

        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="robots" content="all">
        <meta name="keywords" content="cidr, ip address, range, netmask, visualizer">
        <meta name="author" content="Yuval Adam">

        <link rel="canonical" href="http://cidr.xyz">
    </head>
    <body>
        <header>
            <h1>CIDR.xyz</h1>
            <h2>An interactive IP address and CIDR range visualizer</h2>
        </header>
        <section id="app"></section>
        <footer>
            Created by <a href="https://y3xz.com">Yuval Adam</a>. Source available on <a href="https://github.com/yuvadm/cidr.xyz">Github</a>.
        </footer>
        <script type="text/javascript" src="bundle.js" charset="utf-8"></script>
    </body>
</html>