<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/svg+xml" href="/songcrafty.png" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="referrer" content="same-origin">
    <meta http-equiv="Content-Security-Policy" content="
        default-src 'self';
        script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.googletagmanager.com https://www.google-analytics.com;
        style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
        img-src 'self' data: https: blob:;
        font-src 'self' https://fonts.gstatic.com data:;
        connect-src 'self' http://localhost:* https://localhost:* https://www.google-analytics.com https://*.googleapis.com https://*.cloudinary.com;
        frame-src 'self' https://www.youtube.com https://*.youtube.com https://www.youtube-nocookie.com https://*.youtube-nocookie.com https://youtube.com;
        media-src 'self' https://*.cloudinary.com;
        object-src 'none';
        base-uri 'self';
        form-action 'self';
    ">
    <title>Song/Crafty</title>
  <script type="module" crossorigin src="/assets/index-D68IUP74.js"></script>
  <link rel="stylesheet" crossorigin href="/assets/index-Df5ugq1O.css">
</head>
<body>
    <div id="root"></div>
</body>
</html>