>>107797608
It won't work for file:// URLs, which is what you're using when you open a local .html file in a browser.
But it should work fine if you start a server, even something basic like
python3 -m http.server 8080
and then access your page at http://localhost:8080/