diff options
| author | soryu <soryu@soryu.co> | 2025-12-22 04:50:25 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-12-23 14:47:18 +0000 |
| commit | 0741a8b8e9a2099c82bff6d6b9ebbce9c07cad53 (patch) | |
| tree | 88cbd5fecb9ca72a04aa07f1a6db4e1a751b1fd7 /makima/frontend/index.html | |
| parent | aee2e4e784afd6d115fb5f7b40284c4efd2da966 (diff) | |
| download | soryu-0741a8b8e9a2099c82bff6d6b9ebbce9c07cad53.tar.gz soryu-0741a8b8e9a2099c82bff6d6b9ebbce9c07cad53.zip | |
Update makima FE to add initial listening system
Diffstat (limited to 'makima/frontend/index.html')
| -rw-r--r-- | makima/frontend/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/makima/frontend/index.html b/makima/frontend/index.html new file mode 100644 index 0000000..de991a5 --- /dev/null +++ b/makima/frontend/index.html @@ -0,0 +1,14 @@ +<!doctype html> +<html lang="ja"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>makima.jp</title> + <link rel="icon" href="/logo.svg" type="image/svg+xml" /> + <meta name="description" content="Makima - Real-time speech-to-text platform" /> + </head> + <body> + <div id="root"></div> + <script type="module" src="/src/main.tsx"></script> + </body> +</html> |
