i need some help on my website (relex.unaux.com) you can see a credit counter but every timei refresh it gives you 5 cents and it stacks meanwile on my file (index.html) when i run it it dousent, also it normaly gives you 5 cents i set in a .js i cannot find a way to fix this so uhhh here i am
Hi there.
While we don’t provide internal coding solutions for custom JavaScript, this often relates to how servers handle file paths differently than your local computer. Please ensure your script filename matches the case in your HTML exactly (e.g., script.js vs Script.js) and try a hard refresh using Ctrl + F5 to clear any cached versions of your code. You can also press F12 and check the Console tab for any red 404 errors that would indicate the server can’t find your file.