Files
LanMountainDesktop/out/renderer/index.html

19 lines
546 B
HTML
Raw Normal View History

2026-02-13 17:01:37 +08:00
<!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:"
/>
2026-02-13 23:21:17 +08:00
<script type="module" crossorigin src="./assets/index-CkK6wThO.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BOqh2SqZ.css">
2026-02-13 17:01:37 +08:00
</head>
<body>
<div id="root"></div>
</body>
</html>