Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>PlexusBG</title>
- <style> body {overflow: hidden; margin: 0px; } </style>
- <script type="module" src="./js/three/three.module.js"></script>
- <script type="module" src="./js/vanta.net.js"></script>
- </head>
- <body style="width:100%; height: 100%;">
- <div id="vanta-bg"></div>
- <script type="module">
- window.VANTA.NET({
- el: "#vanta-bg",
- mouseControls: true,
- touchControls: true,
- gyroControls: false,
- minHeight: 200.00,
- minWidth: 200.00,
- scale: 1.00,
- scaleMobile: 1.00,
- color: 0xff8900,
- backgroundColor: 0x001b140b,
- points: 8.00,
- maxDistance: 27.00,
- spacing: 20.00
- })
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement