summaryrefslogtreecommitdiff
path: root/makima/frontend/index.html
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2025-12-22 04:50:25 +0000
committersoryu <soryu@soryu.co>2025-12-23 14:47:18 +0000
commit0741a8b8e9a2099c82bff6d6b9ebbce9c07cad53 (patch)
tree88cbd5fecb9ca72a04aa07f1a6db4e1a751b1fd7 /makima/frontend/index.html
parentaee2e4e784afd6d115fb5f7b40284c4efd2da966 (diff)
downloadsoryu-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.html14
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>