add web interface example

This commit is contained in:
croissant
2025-11-02 20:06:49 +01:00
committed by Michel Aractingi
parent e2c00f6ed8
commit fff719cb4f
10 changed files with 4088 additions and 0 deletions
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenArms Recording Interface</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/main.jsx"></script>
</body>
</html>