🗃️ modified: html/index.html 🗃️

This commit is contained in:
Jason 2022-02-27 19:39:58 -05:00
parent d357cf7ff1
commit 78c4bfb072
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -261,10 +261,10 @@
id="portInput" id="portInput"
type="number" type="number"
min="1" min="1"
max="40000" max="65535"
value="8080" value="80"
class="narrow-input pure-input" class="narrow-input pure-input"
placeholder="8080" placeholder="80"
onchange="updatePort(this.value)" onchange="updatePort(this.value)"
/> />
</div> </div>
@ -333,7 +333,7 @@
and documentation is available at <br /> and documentation is available at <br />
<a href="https://github.com/mpolden/echoip" target="_blank" <a href="https://github.com/mpolden/echoip" target="_blank"
>https://github.com/mpolden/echoip</a >https://github.com/mpolden/echoip</a
>.<br /> >.<br /><br />
My modified code can be found at<br /> My modified code can be found at<br />
<a href="https://github.com/dockermgr/ifconfig" target="_blank" <a href="https://github.com/dockermgr/ifconfig" target="_blank"
>https://github.com/dockermgr/ifconfig</a >https://github.com/dockermgr/ifconfig</a