orca/src/renderer/index.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>