User:Seebe: Difference between revisions

From Renesas.info
(Replaced content with "<html> <button onclick="copy_to_clipboard('BLUE')">Copy</button> <script>function copy_to_clipboard(text) {navigator.clipboard.writeText(text);alert("Copied");}</script> </html>")
Tag: Replaced
No edit summary
Line 1: Line 1:
<html>
<html><script>function copy_to_clipboard(text) {navigator.clipboard.writeText(text);alert("Copied: " + text);}</script></html>
<button onclick="copy_to_clipboard('BLUE')">Copy</button>
 
<script>function copy_to_clipboard(text) {navigator.clipboard.writeText(text);alert("Copied");}</script>
<pre>
</html>
sudo apt update
</pre><html><button onclick="copy_to_clipboard('sudo apt update')">Copy</button></html>

Revision as of 15:27, 12 September 2022

sudo apt update