The tutorial is found here: https://rustwasm.github.io/book/game-of-life/introduction.html
I followed it step by step but the setup fails to serve the html page. It will correctly call functions from the wasm binary but does not render anything regardless of the browser I am on.
When inspecting source in the browser I can see the html page I try serving, but the screen remains blank. Having no prior experience with this kind of issue and the tutorial building upon a template I'm not sure how to proceed.