mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
13 lines
309 B
HTML
13 lines
309 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
<title>Orca Web</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/web/main.tsx"></script>
|
|
</body>
|
|
</html>
|