mirror of
https://github.com/casjaysdevdocker/ifconfig
synced 2025-01-18 18:34:20 -05:00
🗃️ modified: html/index.html 🗃️
This commit is contained in:
parent
d357cf7ff1
commit
78c4bfb072
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user