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

14 lines
439 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>