UNPKG

machine-framework

Version:

self-assembling client-side web framework

19 lines (13 loc) 331 B
<html> <head> <script src="./js/machine.umd.js" ></script> <link rel="stylesheet" href="./css/machine.css" /> </head> <body> <div id="root"></div> </body> <script> const root = document.querySelector('#root'); Machine.init(root, './index.js'); </script> </html>