MapDownload-24.12.5-587/packages/renderer/index.html

14 lines
439 B
HTML
Raw Permalink Normal View History

2025-07-18 11:39:25 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- 内容安全策略https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy -->
<meta http-equiv="Content-Security-Policy" content="script-src 'self' blob: 'unsafe-eval' 'unsafe-inline' 'unsafe-hashes'">
<title>MapDownload</title>
</head>
<body>
<div id="app"></div>
<script src="./src/index.js" type="module"></script>
</body>
</html>