Update index.html
This commit is contained in:
parent
913a3f3b73
commit
b79edb9dd9
1 changed files with 7 additions and 6 deletions
13
index.html
13
index.html
|
|
@ -8,13 +8,14 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<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 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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue