mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-24 05:45:26 +00:00
Merge pull request #130 from AyhamAl-Ali/fix/ip-input
⚒ Fix IP input max-length
This commit is contained in:
commit
f06ea9a23e
@ -88,7 +88,7 @@
|
|||||||
<span id="ip-label" class="input-group-text">IP</span>
|
<span id="ip-label" class="input-group-text">IP</span>
|
||||||
</div>
|
</div>
|
||||||
<input id="ip" type="text" class="form-control form-control-lg text-center px-1"
|
<input id="ip" type="text" class="form-control form-control-lg text-center px-1"
|
||||||
size="12VW" maxlength="15" aria-label="IP"
|
size="12VW" aria-label="IP"
|
||||||
aria-describedby="ip-label">
|
aria-describedby="ip-label">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user