Update default.html

This commit is contained in:
HAHWUL 2020-10-25 23:50:51 +09:00 committed by GitHub
parent 27095a57f3
commit 0c1047aae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -337,6 +337,11 @@ button {
new Vue().$mount('#app');
};
</script>
<script>
function whwmake() {
document.getElementById("output-area").style.display='block'
}
</script>
</div>
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
{% if site.google_analytics %}
@ -348,11 +353,6 @@ button {
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
<script>
function whwmake(){
document.getElementById("output-area").style.display='block'
}
</script>
{% endif %}
</body>
<div style="width:100%;height:80vh;background-color:black;position:fixed;z-index:9999 !important; display:none;" id="output-area">