Sebastiankay commited on
Commit
2322011
·
verified ·
1 Parent(s): d53cf7c

Update static/we_wallpaper_1/index.html

Browse files
Files changed (1) hide show
  1. static/we_wallpaper_1/index.html +2 -2
static/we_wallpaper_1/index.html CHANGED
@@ -13,10 +13,10 @@
13
  <!-- particles.js container -->
14
  <div id="particles-js"></div>
15
  <!-- Externe Skripte -->
16
- <script src="static/we_wallpaper_1/assets/js/particles.min.js"></script>
17
  <script>
18
  /* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
19
- particlesJS.load("particles-js", "static/we_wallpaper_1/assets/particles.json", function () {
20
  console.log("callback - particles.js config loaded");
21
  });
22
  </script>
 
13
  <!-- particles.js container -->
14
  <div id="particles-js"></div>
15
  <!-- Externe Skripte -->
16
+ <script src="assets/js/particles.min.js"></script>
17
  <script>
18
  /* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
19
+ particlesJS.load("particles-js", "assets/particles.json", function () {
20
  console.log("callback - particles.js config loaded");
21
  });
22
  </script>