Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2021
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>PlexusBG</title>
  5.         <style> body {overflow: hidden; margin: 0px; } </style>
  6.         <script type="module" src="./js/three/three.module.js"></script>
  7.         <script type="module" src="./js/vanta.net.js"></script>
  8.     </head>
  9.     <body style="width:100%; height: 100%;">
  10.         <div id="vanta-bg"></div>
  11.         <script type="module">
  12.             window.VANTA.NET({
  13.                 el: "#vanta-bg",
  14.                 mouseControls: true,
  15.                 touchControls: true,
  16.                 gyroControls: false,
  17.                 minHeight: 200.00,
  18.                 minWidth: 200.00,
  19.                 scale: 1.00,
  20.                 scaleMobile: 1.00,
  21.                 color: 0xff8900,
  22.                 backgroundColor: 0x001b140b,
  23.                 points: 8.00,
  24.                 maxDistance: 27.00,
  25.                 spacing: 20.00
  26.             })
  27.         </script>
  28.     </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement