8 lines
237 B
HTML
8 lines
237 B
HTML
<div>
|
|
<h3>Dešifrovaná zpráva</h3>
|
|
<div class="row">
|
|
<textarea id="plainOut" readonly style="height:120px">{{.}}</textarea>
|
|
<button type="button" class="secondary" onclick="copyEl('plainOut')">Copy</button>
|
|
</div>
|
|
</div>
|