Ver código fonte

Add files via upload

Daniele Bonini | 5mode.com | WebDev | Translator 3 anos atrás
pai
commit
80a939c9a3
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      index.html

+ 3 - 3
index.html

@@ -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;">&nbsp;Http Console</a>&nbsp;&nbsp;<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;">&nbsp;Http Console</a>&nbsp;&nbsp;&nbsp;<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 -->
 	&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>
     &nbsp;Password<br>
-    &nbsp;<input type="text" id="Password" name="Password" style="font-size:10px; color:black; width: 90%" value=""><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%" autocomplete="off"><br>
+    &nbsp;<input type="text" id="Salt" style="font-size:10px; color:black; width: 90%; border-radius:3px;" autocomplete="off"><br>
     &nbsp;<input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="width:90%; color:black;">
     <br><br><br>
 </div>