Update index.html
This commit is contained in:
parent
7a616198ab
commit
6dddfdf70c
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Life Raft Page</title>
|
||||
<title>This is your Life Raft</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/picocss@1.0.0-beta.8/dist/pico.min.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
<h1>🛟 This is your Life Raft</h1>
|
||||
</header>
|
||||
|
||||
<pre id="codeBlock">curl -O https://abc.com/rustdesk.sh && chmod +x rustdesk.sh && ./rustdesk.sh</pre>
|
||||
<pre id="codeBlock">curl -O https://liferaft.altweb.me/rustdesk.sh && chmod +x rustdesk.sh && ./rustdesk.sh</pre>
|
||||
<button onclick="copyCode()">Copy</button>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue