feat: fix chrome server

This commit is contained in:
Jet 2026-05-31 13:35:42 -07:00
parent 651cc64d39
commit 10ca6d6e8c
No known key found for this signature in database
5 changed files with 64 additions and 0 deletions

17
index.html Normal file
View file

@ -0,0 +1,17 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<!-- 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-By-fIkIB.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BLBWpsQV.css">
</head>
<body>
<div id="root"></div>
</body>
</html>