Add catalog package

This commit is contained in:
2026-05-05 12:03:46 +00:00
commit 30946ce94e
17 changed files with 804 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>smarthome.exchange catalog</title>
</head>
<body>
<script type="module" src="./index.ts"></script>
</body>
</html>