coracle/index.html
2024-03-12 08:19:16 -07:00

15 lines
490 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self'; worker-src 'self'; style-src 'self' 'unsafe-inline'; frame-src open.spotify.com; child-src 'none'; form-action 'none';" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="w-full">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>