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 {
|
:where(dl,ol,ul) li {
|
||||||
margin-bottom: calc(var(--typography-spacing-vertical) * 3);
|
margin-bottom: calc(var(--typography-spacing-vertical) * 3);
|
||||||
}
|
}
|
||||||
code {
|
button {
|
||||||
margin-bottom: var(--spacing);
|
margin-right: var(--spacing);
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
@ -34,8 +34,8 @@
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<button onclick="copyCode()">click here to copy this code</button>
|
<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>
|
<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>
|
||||||
<li>
|
<li>
|
||||||
<p>Open the start menu either with your keyboard, by holding the <kbd>CTRL</kbd> key and clicking <kbd>ESC</kbd></p>
|
<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