Files
maisie-heardle/src/app.html
2025-04-18 22:04:58 -04:00

14 lines
384 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
<!-- SoundCloud Widget API -->
<script src="https://w.soundcloud.com/player/api.js"></script>
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>