mirror of
https://github.com/skdatmonster/DecryptSourceProtection.git
synced 2025-03-09 07:29:04 -04:00
Update decrypt.html
This commit is contained in:
parent
bc44d595cb
commit
12673e300b
@ -125,12 +125,12 @@ document.addEventListener('DOMContentLoaded', function(event) {
|
||||
<textarea id="textin" name="textin" rows="10" cols="40" placeholder="Paste the text of your exported XML here (starts with <?xml version=...)"></textarea>
|
||||
</td>
|
||||
<td style="vertical-align: middle;">
|
||||
<button id="button">Decrypt →</button>
|
||||
<button id="button" type="button">Decrypt →</button>
|
||||
</td>
|
||||
<td>
|
||||
<label for="textout">Output (decrypted)</label>
|
||||
<br />
|
||||
<textarea id="textout" name="textout" rows=10" cols="40" placeholder="Decrypted text will appear here"></textarea>
|
||||
<textarea id="textout" name="textout" rows="10" cols="40" placeholder="Decrypted text will appear here"></textarea>
|
||||
</td>
|
||||
</tr></table></form>
|
||||
<div id="output">
|
||||
|
Loading…
x
Reference in New Issue
Block a user