summaryrefslogtreecommitdiff
path: root/index.html
blob: a42b6f227f816ff48aca6596f1c02bb562f39eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
    </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>