Files
orca/src/renderer/popout.html
T

14 lines
354 B
HTML

<!doctype html>
<html class="native-shell">
<head>
<meta charset="UTF-8" />
<title>Orca Agent Dashboard</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/popout.tsx"></script>
</body>
</html>