Browse Source

Update index.html

Capitan Cloud 3 years ago
parent
commit
60469e2947
1 changed files with 3 additions and 3 deletions
  1. 3 3
      index.html

+ 3 - 3
index.html

@@ -91,7 +91,7 @@
 </head>
 <body style="background:#0d0d0d;">
 
-<div id="HCsplash" style="padding-top: 40px; text-align:center;color:#d4b0dc;font-family:'Rampart One';">
+<div id="HCsplash" style="padding-top: 40px; text-align:center;color:#FFFFFF;c-olor:#d4b0dc;font-family:'Rampart One';">
     <div id="myh1" style="position:relative; top:80px;"><H1>MacSwap</H1></div><br><br>
     <video id="vplayer" loop="1">
        <source src="Public/res/macswap.mp4" type="video/mp4">
@@ -114,8 +114,8 @@
     <br><br>
     <img src="Public/res/MSgenius.png" alt="MS Genius" title="MS Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">
     &nbsp;<br><br><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="" 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%; border-radius:3px;" autocomplete="off"><br>
+    &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;<a href="#" onclick="showEncodedPassword();" style="position:relative; left:-2px; top:+5px; color:#000000; font-size:12px;">Hash Me!</a>
     <br><br><br>
 </div>