Răsfoiți Sursa

Add files via upload

Daniele Bonini | 5mode.com | WebDev | Translator 3 ani în urmă
părinte
comite
b3ee9fd613
1 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  1. 5 5
      index.html

+ 5 - 5
index.html

@@ -70,11 +70,11 @@ https://opensource.org/licenses/BSD-3-Clause -->
 	&nbsp;<a href="https://github.com/par7133/HttpConsole/archive/refs/tags/v0.5.1-alpha.zip">Release 0.5.1 (zip)</a><br>
 	&nbsp;<a href="https://github.com/par7133/HttpConsole/archive/refs/tags/v0.5.1-alpha.tar.gz">Release 0.5.1 (tar.gz)</a><br>
     <br><br><br>
-    &nbsp;Password<br>
-    &nbsp;<input type="text" id="Password" name="Password" style="font-size:10px; color:black; width: 90%; border-radius:3px;" value=""><br>
-    &nbsp;Salt<br>
-    &nbsp;<input type="text" id="Salt" style="font-size:10px; color:black; width: 90%; border-radius:3px;" autocomplete="off"><br><br>
-    &nbsp;<input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="position:relative;left:-2px;width:92%; border-radius:2px; color:black;">
+    &nbsp;<br>
+    &nbsp;<input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; border-radius:3px;" value=""><br>
+    &nbsp;<br>
+    &nbsp;<input type="text" id="Salt" placeholder="salt" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; border-radius:3px;" autocomplete="off"><br><br>
+    &nbsp;<a href="#" onclick="showEncodedPassword();" style="position:relative;left:-2px;width:92%; border-radius:2px; color:black;">Hash Me!</a>
     <br><br><br>
 </div>