mirror of
https://github.com/casjaysdevdocker/ifconfig
synced 2025-01-18 06:34:22 -05:00
🗃️ modified: html/index.html 🗃️
This commit is contained in:
parent
d357cf7ff1
commit
78c4bfb072
@ -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)"
|
||||
/>
|
||||
</div>
|
||||
@ -333,7 +333,7 @@
|
||||
and documentation is available at <br />
|
||||
<a href="https://github.com/mpolden/echoip" target="_blank"
|
||||
>https://github.com/mpolden/echoip</a
|
||||
>.<br />
|
||||
>.<br /><br />
|
||||
My modified code can be found at<br />
|
||||
<a href="https://github.com/dockermgr/ifconfig" target="_blank"
|
||||
>https://github.com/dockermgr/ifconfig</a
|
||||
|
Loading…
x
Reference in New Issue
Block a user