coracle/index.html

16 lines
593 B
HTML
Raw Normal View History

2022-11-23 01:28:33 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-02-22 18:47:12 +00:00
<meta
http-equiv="Content-Security-Policy"
2024-03-15 16:00:02 +00:00
content="script-src 'self'; worker-src 'self' blob:; style-src 'self' 'unsafe-inline'; frame-src open.spotify.com; child-src 'none'; form-action 'none';" />
2022-11-23 01:28:33 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
2022-11-30 17:12:28 +00:00
<body class="w-full">
2022-11-23 01:28:33 +00:00
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
2024-05-08 21:46:23 +00:00
<script defer data-domain="coracle.social" src="https://plausible.io/js/script.js"></script>
2022-11-23 01:28:33 +00:00
</body>
</html>