UNPKG

iot-sol

Version:

Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes

28 lines (22 loc) 935 B
<!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <title>Intel&copy; IoT SOL</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- we don't use css from bootstrap by default, we use customized bootstrap.css instead" --> <!-- so we cannot directly get css from bower, we add them manually --> <link rel="stylesheet" href="css/vendor.css"> <link rel="stylesheet" href="css/hope.css" /> <script src="js/vendor.js"></script> </head> <body> <div id="react-world"></div> <div id="hope-modal-dialog"></div> <script src="js/hope.js"></script> <!-- search.js --> <script type="text/javascript" src="js/search.js"></script> </body> </html>