mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
Co-authored-by: OrcaWin <293788423+OrcaWin@users.noreply.github.com>
14 lines
336 B
HTML
14 lines
336 B
HTML
<!doctype html>
|
|
<html class="native-shell">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Orca</title>
|
|
<!-- CSP is relaxed during development; electron-vite injects a stricter policy for production builds -->
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|