Update index.html

This commit is contained in:
Spencer Flagg 2024-02-05 12:19:19 +00:00
parent d41177e081
commit 89089b258f

View file

@ -5,6 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>This is your Life Raft</title> <title>This is your Life Raft</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css"> <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> </head>
<body> <body>
@ -18,8 +26,8 @@
<code id="codeBlock">curl -O https://liferaft.altweb.me/rustdesk.sh && chmod +x rustdesk.sh && ./rustdesk.sh</code> <code id="codeBlock">curl -O https://liferaft.altweb.me/rustdesk.sh && chmod +x rustdesk.sh && ./rustdesk.sh</code>
</li> </li>
<li> <li>
Open the start menu either by holding the <kbd>CTRL</kbd> key and clicking <kbd>ESC</kbd> (on your keyboard) <p>Open the start menu either with your keyboard, by holding the <kbd>CTRL</kbd> key and clicking <kbd>ESC</kbd></p>
or by clicking the button in the lower left hand corner of the screen. <p>or with your mouse, by clicking the button in the lower left hand corner of the screen.</p>
</li> </li>
<li> <li>
Open the terminal thusly: Open the terminal thusly: