Update index.html
This commit is contained in:
parent
d41177e081
commit
89089b258f
1 changed files with 10 additions and 2 deletions
12
index.html
12
index.html
|
|
@ -5,6 +5,14 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>This is your Life Raft</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">
|
||||
<style>
|
||||
:where(dl,ol,ul) li {
|
||||
margin-bottom: calc(var(--typography-spacing-vertical) * 3);
|
||||
}
|
||||
button {
|
||||
width: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -18,8 +26,8 @@
|
|||
<code id="codeBlock">curl -O https://liferaft.altweb.me/rustdesk.sh && chmod +x rustdesk.sh && ./rustdesk.sh</code>
|
||||
</li>
|
||||
<li>
|
||||
Open the start menu either by holding the <kbd>CTRL</kbd> key and clicking <kbd>ESC</kbd> (on your keyboard)
|
||||
or by clicking the button in the lower left hand corner of the screen.
|
||||
<p>Open the start menu either with your keyboard, by holding the <kbd>CTRL</kbd> key and clicking <kbd>ESC</kbd></p>
|
||||
<p>or with your mouse, by clicking the button in the lower left hand corner of the screen.</p>
|
||||
</li>
|
||||
<li>
|
||||
Open the terminal thusly:
|
||||
|
|
|
|||
Loading…
Reference in a new issue