Update index.html

This commit is contained in:
Spencer Flagg 2024-02-05 12:40:33 +00:00
parent 49a002c672
commit c027bca720

View file

@ -14,14 +14,16 @@
} }
button { button {
width: auto; width: auto;
display: inline-block;
} }
.alert { .alert {
padding: 1em 2em; padding: 0.5em 1.5em;
border-radius: 1em; border-radius: 1em;
display: none; display: none;
} }
.alert--success { .alert--success {
background: #88c841; border: 2px solid #88c841;
color: #88c841;
} }
</style> </style>
</head> </head>
@ -50,7 +52,19 @@
<li> <li>
Paste into the terminal by clicking <kbd>CTRL-SHIFT-V</kbd> and then hit <kbd>ENTER</kbd>. Paste into the terminal by clicking <kbd>CTRL-SHIFT-V</kbd> and then hit <kbd>ENTER</kbd>.
</li> </li>
<li>
Tell (or show) Spencer what it says in the terminal.
</li>
<li>
<p>Look for a window that looks similar to the following:</p>
<p>
<img src="/docs/en/client/images/client.png" alt="" style="width: auto; height: auto;">
</p>
<p>If you don't see that window, go back to the start menu (<kbd>CTRL-ESC</kbd) and start typing <pre>"rustdesk"</pre> and click on the RustDesk icon when you see it.</p>
</li>
<li>
In RustDesk, click....
</li>
</ol> </ol>
</main> </main>
<script> <script>