UNPKG

motion

Version:

motion - moving development forward

33 lines (28 loc) 705 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>tools</title> <link rel="stylesheet" href="/_/styles.css" /> <link rel="stylesheet" href="/_/static/main.css" /> <link rel="stylesheet" href="/_/static/tools.css" /> <script> window.__isDevingDevTools = true </script> </head> <body> <div id="_motionapp"></div> <script src="/_/react.prod.js"></script> <script src="/_/motion.prod.js"></script> <script> var Motion = exports['motion'] Motion.init() </script> <script src="/_/externals.js"></script> <script src="/_/internals.js"></script> <script src="/_/motiontools.js"></script> <script> Motion.run("motiontools") </script> </body> </html>