<!DOCTYPE html><!--
type=module makes browers treat it as an ES6 module and enforces strict mode. This helps catch
some errors in the test (e.g. extending frozen objects or accidentally creating global variables).
--><scripttype="module"src="dist/bundle.js"></script>