Update default.html

This commit is contained in:
HAHWUL 2020-10-25 23:42:54 +09:00 committed by GitHub
parent 37511994c4
commit 86f62b5e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,4 +350,20 @@ button {
</script>
{% endif %}
</body>
<div style="width:100%;height:80vh;background-color:black;position:fixed;z-index:9999 !important;">
<table>
<tr>
<td width=50%>Install script</td>
<td width=50%>Update script</td>
</tr>
<tr>
<td style="vertical-align:top;">
<pre><code id="output-install" style="white-space: pre; overflow: auto;"></code></pre>
</td>
<td style="vertical-align:top;">
<pre><code id="output-update" style="white-space: pre; overflow: auto;"></code></pre>
</td>
</tr>
</table>
</div>
</html>