Update default.html

This commit is contained in:
HAHWUL 2020-10-26 00:18:31 +09:00 committed by GitHub
parent 6e846e859f
commit 36489167c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>