UNPKG

dm-web-react

Version:

The DM web client with React.

27 lines (22 loc) 1.08 kB
<!doctype html> <html> <head> <title>DM-WEB-CLIENT</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /> <meta http-equiv="pragma" content="no-cache" /> </head> <body> <div id="root"></div> <script src="https://cdn.innodealing.com/common/echarts/4.1.0/echarts.min.js"></script> <script src="https://cdn.innodealing.com/common/lodash.js/4.17.4/lodash.min.js"></script> <script src="https://cdn.innodealing.com/common/react/16.4.0/umd/react.production.min.js"></script> <script src="https://cdn.innodealing.com/common/react-dom/16.4.0/umd/react-dom.production.min.js"></script> <script src="https://cdn.innodealing.com/common/moment.js/2.22.1/moment.min.js"></script> <script src="https://cdn.innodealing.com/common/immutable/3.8.2/immutable.min.js"></script> </body> </html>