Add IPv6 support

Split IPv4 and IPv6 calculations into different JS files to make them easier to understand.

IDE decided to format HTML code and I left it as-is.
This commit is contained in:
Yehuda Katz
2021-12-08 00:13:30 -05:00
parent 8329d4add7
commit 5088bbe600
5 changed files with 750 additions and 513 deletions

View File

@@ -1,5 +1,5 @@
<?
for ($i=0;$i<=32; $i++) {
<?php
for ($i=0;$i<=128; $i++) {
$str = '/'.$i;
$font = 2;