Daniele Bonini | 5mode.com | WebDev | Translator 3 жил өмнө
parent
commit
ed15f1ef53
1 өөрчлөгдсөн 8 нэмэгдсэн , 2 устгасан
  1. 8 2
      index.html

+ 8 - 2
index.html

@@ -62,14 +62,20 @@ 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;">&nbsp;Http Console</a>
+   <a href="/" style="color:white; text-decoration: none;"><img src="HCres/hclogo.png" style="width:48px;">&nbsp;Http Console</a>&nbsp;&nbsp;<a href="https://github.com/par7133/HttpConsole">on github</a>
 </div>
 	
 <div style="clear:both; float:left; padding:8px; width:15%; height:100%;">
 	&nbsp;Download<br>
 	&nbsp;<a href="https://github.com/par7133/HttpConsole/archive/refs/tags/v0.5.0-alpha.zip">Release 0.5.0 (zip)</a><br>
 	&nbsp;<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><br><br><br><br>
+    <br><br><br>
+    &nbsp;Password<br>
+    &nbsp;<input type="text" id="Password" name="Password" style="font-size:10px; color:black; width: 90%" value=""><br>
+    &nbsp;Salt<br>
+    &nbsp;<input type="text" id="Salt" style="font-size:10px; color:black; width: 90%" autocomplete="off"><br>
+    &nbsp;<input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="width:90%; color:black;">
+    <br><br><br>
 </div>
 
 <div style="float:left; width:85%;height:100%; padding:8px; border-left: 1px solid #2c2f34;">