Test for material ui (that runs on top of React), without using a build system so that we can hopefully use github online editor and github pages only.

See here for the main template for this page.

Faced problems with Babel and support for ES6 import and export syntax.
To avoid Babel (needed for JSX) we are using htm.
It has a bit more verbose syntax than JSX but is mostly the same.

Location of this file

Copyright Sohrab Saran © 2020, see license in the repository.