After opening my site and leave it for a few mins, the site will show me the 403 Forbidden page. any ideas how to fix it? I’m totally new to this. The only ideas I have in mind as to why is this is because I have vscode open in the background that has my html file open or maybe because of the recent updates I made in my site like adding new files, placing images in site and such.
This line means that after 7 seconds, the page redirects to the URL facebook.com/NPCno.666v2. And due to how relative URLs work, browsers will redirect you to http://npcno666.rf.gd/facebook.com/NPCno.666v2, and that URL returns a 403 error.
If you want to redirect people to your Facebook page after 7 seconds, you will want to specify the full URL to your Facebook page, presumably https://facebook.com/NPCno.666v2.
And if you don’t want to redirect people automatically at all, you should just remove that line entirely.