mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
6 lines
271 B
HTML
6 lines
271 B
HTML
<input type="text" id="inp_command" style="width:300px" />
|
|
<button type="button" id="but_submit">command</button>
|
|
<br><br>
|
|
<h3>Get your password hashed:</h3>
|
|
<input type="password" id="inp_password" style="width:300px" />
|
|
<div id="display_hash" style="font-size:10px" />
|