Hi,
I have read the issue and the FAQ about uploading HTML5 games (https://itch.io/docs/creators/html5) and am using relative links for assets but for some reason im still getting 403's any idea?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>BattleTabs</title> <base href="/"> ... <link rel="stylesheet" type="text/css" href="./main.css" /> </head> <body tabIndex="1"> ... <script src="main.js" type="module"></script> </body> </html>
Neither of those two relative paths, css or js, seem to work I get the same issue: