iobroker.atlas-scientific-ezo-i2c
Version:
atlas-scientific-ezo-i2c
24 lines (15 loc) • 573 B
HTML
<html>
<head>
<!-- Load ioBroker scripts and styles-->
<link rel="stylesheet" type="text/css" href="../../css/adapter.css" />
<script type="text/javascript" src="../../socket.io/socket.io.js"></script>
<!-- Load our own files -->
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<!-- this is where the React components are loaded into -->
<div class="m adapter-container" id="root"></div>
<!-- load compiled React scripts -->
<script type="text/javascript" src="build/index.js"></script>
</body>
</html>