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> </head>
<body> <body>
<header> <main class="container">
<h1>🛟 This is your Life Raft</h1> <header>
</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>
<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> <script>
function copyCode() { function copyCode() {
const codeBlock = document.getElementById('codeBlock').innerText; const codeBlock = document.getElementById('codeBlock').innerText;