Update index.html
This commit is contained in:
parent
33e7e2b2ab
commit
49a002c672
1 changed files with 3 additions and 3 deletions
|
|
@ -9,8 +9,8 @@
|
|||
:where(dl,ol,ul) li {
|
||||
margin-bottom: calc(var(--typography-spacing-vertical) * 3);
|
||||
}
|
||||
code {
|
||||
margin-bottom: var(--spacing);
|
||||
button {
|
||||
margin-right: var(--spacing);
|
||||
}
|
||||
button {
|
||||
width: auto;
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
<ol>
|
||||
<li>
|
||||
<button onclick="copyCode()">click here to copy this code</button>
|
||||
<code id="codeBlock">curl -O https://liferaft.altweb.me/rustdesk.sh && chmod +x rustdesk.sh && ./rustdesk.sh</code>
|
||||
<div class="alert alert--success" id="copy-alert">Copied!</div>
|
||||
<code id="codeBlock">curl -O https://liferaft.altweb.me/rustdesk.sh && chmod +x rustdesk.sh && ./rustdesk.sh</code>
|
||||
</li>
|
||||
<li>
|
||||
<p>Open the start menu either with your keyboard, by holding the <kbd>CTRL</kbd> key and clicking <kbd>ESC</kbd></p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue