Dear friends!
I am inspired by particle.js and want it as a background for the osclass pages!
But dont now how to manage it!
In the main.php I put:
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
</head>
in the middle (as tag body is absence in main.php):
<div id="particles-js"></div>
<!-- scripts -->
<script src="js/particles.js"></script>
<script src="js/app.js"></script
style.css is in css folder, particles.js and app.js are in js folder, particles. json is in bender folder where main.php.
After putting this there were no changes! Dont know what to do?
How to manage thist?
Thank you so much!