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
6e846e859f
commit
36489167c5
@ -340,8 +340,15 @@ button {
|
||||
</script>
|
||||
<script>
|
||||
function whwmake() {
|
||||
document.body.style.padding=0
|
||||
document.getElementsByClassName("wrapper")[0].style.display='none'
|
||||
document.getElementById("output-area").style.display='block'
|
||||
}
|
||||
function gohome() {
|
||||
document.body.style.padding=50
|
||||
document.getElementsByClassName("wrapper")[0].style.display='block'
|
||||
document.getElementById("output-area").style.display='none'
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
|
||||
@ -355,7 +362,8 @@ button {
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
{% endif %}
|
||||
<div style="width:100%;height:80vh;background-color:black;position:fixed;z-index:9999 !important; display:none;" id="output-area">
|
||||
<div style="width:100%; display:none;" id="output-area">
|
||||
<button class="button" onclick="gohome()">Back</button>
|
||||
<table>
|
||||
<tr>
|
||||
<td width=50%>Install script</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user