// Create a beautiful interactive particle website const html = ` Stellar Canvas

✨ Stellar Canvas ✨

Move your mouse to create particle trails
Click anywhere for explosive bursts
Use the slider to control speed

`; console.log("💫 Stellar Canvas Created! 💫"); console.log("\nCopy the HTML above and save it as a .html file to open in your browser."); console.log("\nFeatures:"); console.log("- Rainbow particle trails following your mouse"); console.log("- Click anywhere for beautiful particle explosions"); console.log("- Speed control slider to slow down or speed up particles"); console.log("- Background color cycling and clear button"); console.log("- Smooth animations with fading trails");