Update index.html

This commit is contained in:
Spencer Flagg 2024-02-05 11:15:19 +00:00
parent 913a3f3b73
commit b79edb9dd9

View file

@ -8,13 +8,14 @@
</head>
<body>
<main class="container">
<header>
<h1>🛟 This is your Life Raft</h1>
</header>
<pre id="codeBlock">curl -O https://liferaft.altweb.me/rustdesk.sh && chmod +x rustdesk.sh && ./rustdesk.sh</pre>
<button onclick="copyCode()">Copy</button>
</main>
<script>
function copyCode() {
const codeBlock = document.getElementById('codeBlock').innerText;