mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:05:05 +03:00
Don't copy '$'
This commit is contained in:
parent
e57ae27b94
commit
34571d8413
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<hr>
|
<hr>
|
||||||
<div class="row button-container" onclick="myFunction()" style="display:flex; justify-content:space-between;">
|
<div class="row button-container" onclick="myFunction()" style="display:flex; justify-content:space-between;">
|
||||||
<input class="one-liner" type="text" value="$ sh <(curl tea.xyz)" id="myInput" readonly>
|
<input class="one-liner" type="text" value="sh <(curl tea.xyz)" id="myInput" readonly>
|
||||||
|
|
||||||
<!-- The button used to copy the text -->
|
<!-- The button used to copy the text -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue