iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
25 lines (19 loc) • 789 B
HTML
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Intel© 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>
<script src="js/hope.js"></script>
</body>
</html>