iobroker.zwave2
Version:
A better Z-Wave integration for ioBroker
19 lines (16 loc) • 546 B
HTML
<html>
<head>
<!-- Load ioBroker scripts and styles-->
<link rel="stylesheet" type="text/css" href="../../css/adapter.css" />
<!-- Load our own files -->
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="script/d3.min.js"></script>
</head>
<body>
<!-- this is where the React components are loaded into -->
<div class="adapter-container" id="root"></div>
<!-- load compiled React scripts -->
<script type="module" src="build/index.js"></script>
</body>
</html>