forked from coracle-social/coracle
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 728 Bytes
/
index.html
File metadata and controls
15 lines (15 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' plausible.coracle.social 'wasm-unsafe-eval'; worker-src 'self' blob:; style-src 'self' 'unsafe-inline'; frame-src open.spotify.com embed.tidal.com; child-src 'none'; form-action 'none';" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, interactive-widget=resizes-content" />
</head>
<body class="w-full">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script defer data-domain="coracle.social" src="https://plausible.coracle.social/js/script.manual.js"></script>
</body>
</html>