mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
test
This commit is contained in:
parent
f58fcbb5d3
commit
ed55087454
@ -8,7 +8,13 @@
|
||||
<form>
|
||||
<label>Input data</label><br>
|
||||
<textarea value="" rows="6" cols="80" id="input" required></textarea><br>
|
||||
<button class="button" style="--color:#1e9bff;"></button>type="button" onclick="doencode();">Encode</button>
|
||||
<a class="button" onclick="doencode();" style="--color:#1e9bff;">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
Button
|
||||
</a>
|
||||
<button type="button" onclick="dodecode();">Decode</button><br>
|
||||
<label>Output</label><br>
|
||||
<textarea id="output" rows="6" cols="80" readonly></textarea><br>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user