8 lines
330 B
HTML
8 lines
330 B
HTML
|
|
<h3>Clipboard access failed</h3>
|
||
|
|
<p>The browser refused clipboard access. Copy it manually from the field below.</p>
|
||
|
|
<textarea class="copy-fallback-text" readonly>{{ value }}</textarea>
|
||
|
|
<div class="copy-fallback-actions">
|
||
|
|
{{ openLink }}
|
||
|
|
<button class="win98-button" type="button" id="fallback-close">Close</button>
|
||
|
|
</div>
|