Howdy AceOfAces!
Yeah I can see the code inside the index.html just fine. Code looks as normal
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="viewport" content="user-scalable=no"> <link rel="icon" href="icon/icon.png" type="image/png"> <link rel="apple-touch-icon" href="icon/icon.png"> <link rel="stylesheet" type="text/css" href="css/game.css"> <title>Game</title> </head> <body style="background-color: black"> <script type="text/javascript" src="js/main.js"></script> <div "background:black;position:fixed;left:0;right:0;top:0;bottom:0;z-index:-1;pointer-events:none;"></div> </body> </html>
Nothing seems out of the ordinary.