diff options
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> |
