diff --git a/html/index.html b/html/index.html index 37686fb..99a0812 100644 --- a/html/index.html +++ b/html/index.html @@ -261,10 +261,10 @@ id="portInput" type="number" min="1" - max="40000" - value="8080" + max="65535" + value="80" class="narrow-input pure-input" - placeholder="8080" + placeholder="80" onchange="updatePort(this.value)" /> @@ -333,7 +333,7 @@ and documentation is available at
https://github.com/mpolden/echoip.
+ >.

My modified code can be found at
https://github.com/dockermgr/ifconfig