Update default.html

This commit is contained in:
HAHWUL 2020-11-01 23:56:58 +09:00 committed by GitHub
parent c49ef96b4c
commit 02c033d35a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,8 @@
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.6/dist/clipboard.min.js"></script>
<style>
@charset "UTF-8";
*,
@ -421,8 +422,12 @@ td.tablenode {
<button class="button" onclick="gohome()">Back</button>
<table>
<tr>
<td width=50%><b>Install script</b><br>Cut and paste to terminal, and running for install tools</td>
<td width=50%><b>Update script</b><br>If you paste rc file, you can execute the <code>$whw-update</code> when you want to update.</td>
<td width=50%><b>Install script</b>
<button class="btn" data-clipboard-target="#output-install">Copy</button>
<br>Cut and paste to terminal, and running for install tools</td>
<td width=50%><b>Update script</b>
<button class="btn" data-clipboard-target="#output-update">Copy</button>
<br>If you paste rc file, you can execute the <code>$whw-update</code> when you want to update.</td>
</tr>
<tr>
<td style="vertical-align:top;">