When I try to play my game by pressing the play button, it just shows times new roman text saying the games name in the embedded window and does nothing else. In the inspect element console, I get errors saying "Failed to load resource: the server responded with a status of 403 ()".
Screenshot of what's happening:
If it helps, it was exported using WebGL from Unity.
EDIT: I figured out that the problem was that the compiler was using absolute paths in the index.html document. Now my question is how do I prevent it from doing that?