Files
scrypted/plugins/google-home/local-sdk-app/index.html
Koushik Dutta a46b2811ed initial commit
2021-08-24 21:22:41 -07:00

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>