mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-02-22 07:59:51 -05:00
Update default.html
This commit is contained in:
parent
37511994c4
commit
86f62b5e14
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user