Skip to content

Commit

Permalink
fix link to js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazzeus authored Mar 10, 2023
1 parent a273093 commit b025695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2 class="showload center-text" style="--delay: 1000ms">Welcome to <span class=
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<script>
particlesJS.load('particles-js', 'particles-config.json', function () {
particlesJS.load('particles-js', 'js/particles-config.json', function () {
console.log('callback - particles.js config loaded');
});

Expand Down

0 comments on commit b025695

Please sign in to comment.