Skip to content

Commit

Permalink
get out particlr and json form their files
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulbasit-dev committed May 19, 2020
1 parent 77a428c commit 9889eb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ <h1>Image Proccessing Project</h1>
<a href="about.html" class="btn">About</a>
</div>
</div>
<script src="library/particles.js"></script>
<script src="particles.js"></script>
<script>
particlesJS.load('particles-js', 'library/particles.json',
particlesJS.load('particles-js', 'particles.json',
function(){
console.log('particles.json loaded...')
})
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9889eb3

Please sign in to comment.