openhab-core/bundles/org.openhab.ui.homebuilder/web/index.html

13 lines
256 B
HTML
Raw Normal View History

<!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>