Files
takerofnotes-app/out/renderer/index.html
nicwands c93fc2cc58
Some checks are pending
Build Electron App / build (macos-latest, build:mac) (push) Waiting to run
Build Electron App / build (ubuntu-latest, build:linux) (push) Waiting to run
Build Electron App / build (windows-latest, build:win) (push) Waiting to run
Note moving
2026-03-12 13:25:56 -04:00

19 lines
593 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>Electron</title>
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:"
/>
<script type="module" crossorigin src="./assets/index-CzxWU9vx.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-NYhAwsHy.css">
</head>
<body>
<div id="app"></div>
</body>
</html>