Use relative URLs for assets
The page loads assets from an absolute path href="/assets/materialize.css", this should be relative href="assets/materialize.css" so that the page can work from multiple URLs.
The page loads assets from an absolute path href="/assets/materialize.css", this should be relative href="assets/materialize.css" so that the page can work from multiple URLs.