net_spliter/index.html
2023-03-26 16:10:25 +07:00

27 lines
No EOL
738 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="./ipclass.js"></script>
<script src="./app.js"></script>
</head>
<body>
<div>
<h4>Net</h4>
<input type="text" name="ip" id="ip" placeholder="IP"> / <input type="text" name="mask" id="mask" placeholder="24">
</div>
<div>
<h4>Subnets list</h4>
<input type="text" name="subnets" id="subnets" placeholder="192 32 30 5...">
</div>
<div>
<h4>Subnets info</h4>
<pre id="subnects-info">
</pre>
</div>
</body>
</html>