mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-02-23 00:19:50 -05:00
Update default.html
This commit is contained in:
parent
6e846e859f
commit
36489167c5
@ -340,8 +340,15 @@ button {
|
|||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
function whwmake() {
|
function whwmake() {
|
||||||
|
document.body.style.padding=0
|
||||||
|
document.getElementsByClassName("wrapper")[0].style.display='none'
|
||||||
document.getElementById("output-area").style.display='block'
|
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>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
|
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
|
||||||
@ -355,7 +362,8 @@ button {
|
|||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% 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>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td width=50%>Install script</td>
|
<td width=50%>Install script</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user