Update index.html

This commit is contained in:
Spencer Flagg 2024-02-05 12:29:26 +00:00
parent 33e7e2b2ab
commit 49a002c672

View file

@ -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>