mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
12 lines
252 B
HTML
12 lines
252 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Local Home SDK App</title>
|
|
<script src="//www.gstatic.com/eureka/smarthome/smarthome_sdk.js"></script>
|
|
</head>
|
|
<body>
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html>
|