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

+ 2 - 2
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;&nbsp;&nbsp;&nbsp;<a href="https://github.com/par7133/HttpConsole" style="color:#ffffff"><span style="color:lightyellow">on</span> 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;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/par7133/HttpConsole" style="color:#ffffff"><span style="color:#119fe2">on</span> github</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:info@httpconsole.com" style="color:#ffffff"><span style="color:#119fe2">for</span> feedback</a>
 </div>
 	
 <div style="clear:both; float:left; padding:8px; width:15%; height:100%;">
@@ -74,7 +74,7 @@ https://opensource.org/licenses/BSD-3-Clause -->
     &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>
-    &nbsp;<input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="width:90%; color:black;">
+    &nbsp;<input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="width:91%; color:black;">
     <br><br><br>
 </div>