Browse Source

Update index.html

Dan Nuggetsman 3 months ago
parent
commit
87c93c8727
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -113,8 +113,8 @@
 	</div>
     <!--<img src="/Public/static/res/HMMgenius.png" alt="HC Genius" title="HMM Genius" style="float:left;position:relative; top:-10px;height:148px; border: 1px dashed #EEEEEE;">-->
     <div style="float:left;width:225px;text-align:left;">
-    &nbsp;<input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#393939; color:#ffffff; width:90%; height:30px; border-radius:3px;" value="" autocomplete="off"><br>
-    &nbsp;<input type="text" id="Salt" placeholder="salt" style="position:relative; top:+5px; font-size:10px; background:#393939; color:#ffffff; width:90%; height:30px; border-radius:3px;" autocomplete="off"><br>
+    &nbsp;<input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#ffffff; color:#000000; width:90%; height:30px; border-radius:3px;" value="" autocomplete="off"><br>
+    &nbsp;<input type="text" id="Salt" placeholder="salt" style="position:relative; top:+5px; font-size:10px; background:#ffffff; color:#000000; width:90%; height:30px; border-radius:3px;" autocomplete="off"><br>
     &nbsp;<a href="#" onclick="showEncodedPassword();" style="position:relative; top:+5px; color:#000000; font-size:12px;">Hash Me!</a>
 	</div>
 </div>