mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-14 06:41:00 +01:00
3d811ecede
openHAB Home Builder - home structure generator Also-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich) Also-by: Demyan Rogozhin <dmitriy.rogozhin@gmail.com> (github: demyanrogozhin) Signed-off-by: Kuba Wolanin <hi@kubawolanin.com> (github: kubawolanin)
13 lines
256 B
HTML
13 lines
256 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>HomeBuilder</title>
|
|
<link rel="shortcut icon" href="favicon.ico" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="dist/build.js"></script>
|
|
</body>
|
|
</html>
|