Fix indentation

This commit is contained in:
Lorenzo Dellacà
2020-11-04 23:47:36 +01:00
parent 67ba61d93b
commit 58f26b715b
8 changed files with 1155 additions and 1124 deletions

View File

@@ -1,20 +1,20 @@
<script>
if(window.screen.width > 800)
if (window.screen.width > 800)
{
document.write('<script src="{{asset "js/three.r95.min.js"}}"><\/script>' +
'<script src="{{asset "js/vanta.net.min.js"}}"><\/script>' +
'<script>' +
'VANTA.NET({'+
'el: "#vantajs",'+
'color: 0x3fd5ff,'+
'backgroundColor: 0x190f2b,'+
'mouseControls: true,'+
'touchControls: true,'+
'minHeight: 200.00,'+
'minWidth: 200.00,'+
'scale: 1.00,'+
'scaleMobile: 1.00'+
'})'+
'VANTA.NET({' +
'el: "#vantajs",' +
'color: 0x3fd5ff,' +
'backgroundColor: 0x190f2b,' +
'mouseControls: true,' +
'touchControls: true,' +
'minHeight: 200.00,' +
'minWidth: 200.00,' +
'scale: 1.00,' +
'scaleMobile: 1.00' +
'})' +
'<\/script>');
}
</script>