UNPKG

iobroker.zwave2

Version:
19 lines (16 loc) 546 B
<!DOCTYPE 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>