mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
more space
This commit is contained in:
parent
6cf5117bc6
commit
0a047b2b83
@ -1,11 +1,11 @@
|
|||||||
<h1>Encode/decode data to base64</h1>
|
<h1>Encode/decode data to base64</h1>
|
||||||
<form>
|
<form>
|
||||||
<label>Input data</label><br>
|
<label>Input data</label><br>
|
||||||
<textarea value="" rows="3" id="input" required></textarea><br>
|
<textarea value="" rows="6" cols="80" id="input" required></textarea><br>
|
||||||
<button type="button" onclick="doencode();">Encode</button>
|
<button type="button" onclick="doencode();">Encode</button>
|
||||||
<button type="button" onclick="dodecode();">Decode</button><br>
|
<button type="button" onclick="dodecode();">Decode</button><br>
|
||||||
<label>Output</label><br>
|
<label>Output</label><br>
|
||||||
<textarea id="output" readonly></textarea><br>
|
<textarea id="output" rows="6" cols="80" readonly></textarea><br>
|
||||||
<button type="button" id="copy" onclick="docopy();">Copy</button>
|
<button type="button" id="copy" onclick="docopy();">Copy</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user