|
@@ -62,7 +62,7 @@ https://opensource.org/licenses/BSD-3-Clause -->
|
|
|
<body>
|
|
|
|
|
|
<div class="header">
|
|
|
- <a href="/" style="color:white; text-decoration: none;"><img src="HCres/hclogo.png" style="width:48px;"> Http Console</a> <a href="https://github.com/par7133/HttpConsole">on github</a>
|
|
|
+ <a href="/" style="color:white; text-decoration: none;"><img src="HCres/hclogo.png" style="width:48px;"> Http Console</a> <a href="https://github.com/par7133/HttpConsole" style="color:#ffffff">on github</a>
|
|
|
</div>
|
|
|
|
|
|
<div style="clear:both; float:left; padding:8px; width:15%; height:100%;">
|
|
@@ -71,9 +71,9 @@ https://opensource.org/licenses/BSD-3-Clause -->
|
|
|
<a href="https://github.com/par7133/HttpConsole/archive/refs/tags/v0.5.0-alpha.tar.gz">Release 0.5.0 (tar.gz)</a><br>
|
|
|
<br><br><br>
|
|
|
Password<br>
|
|
|
- <input type="text" id="Password" name="Password" style="font-size:10px; color:black; width: 90%" value=""><br>
|
|
|
+ <input type="text" id="Password" name="Password" style="font-size:10px; color:black; width: 90%; border-radius:3px;" value=""><br>
|
|
|
Salt<br>
|
|
|
- <input type="text" id="Salt" style="font-size:10px; color:black; width: 90%" autocomplete="off"><br>
|
|
|
+ <input type="text" id="Salt" style="font-size:10px; color:black; width: 90%; border-radius:3px;" autocomplete="off"><br>
|
|
|
<input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="width:90%; color:black;">
|
|
|
<br><br><br>
|
|
|
</div>
|