Hello, I would like to know how to see .html files outside the game, on my browser ?
Hello, I would like to know how to see .html files outside the game, on my browser ?
In general, these pages are hidden by default and are made visible by a java script when the client opens them somehow.
Look for the “display: none;” parts and replace them with “display: block;” in the html or css files, or send a request like the client script does.