This commit is contained in:
Boof 2023-01-11 21:47:59 +01:00 committed by GitHub
parent 04aefc1409
commit 73d527e10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
<button type="button" onclick="doencode();">Encode</button>
<button type="button" onclick="dodecode();">Decode</button><br>
<label>Output</label><br>
<textarea id="output" disabled></textarea><br>
<textarea id="output" readonly></textarea><br>
<button type="button" id="copy" onclick="docopy">Copy</button>
</form>