Files
openwork/src/renderer/index.html
T
Hunter Lovell 65c424b2a2 working commit
2026-01-13 12:34:30 -08:00

16 lines
388 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>openwork</title>
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>