It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://musescore.com/user/91930300

  1. <html lang="en-US" class="lang-en-us">
  2. <head><title>Just a moment...</title>
  3.    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4.    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  5.    <meta name="robots" content="noindex,nofollow">
  6.    <meta name="viewport" content="width=device-width,initial-scale=1">
  7.    <style>* {
  8.            box-sizing: border-box;
  9.            margin: 0;
  10.            padding: 0
  11.        }
  12.  
  13.        html {
  14.            line-height: 1.15;
  15.            -webkit-text-size-adjust: 100%;
  16.            color: #313131
  17.        }
  18.  
  19.        button, html {
  20.            font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
  21.        }
  22.  
  23.        @media (prefers-color-scheme: dark) {
  24.            body {
  25.                background-color: #222;
  26.                color: #d9d9d9
  27.            }
  28.  
  29.            body a {
  30.                color: #fff
  31.            }
  32.  
  33.            body a:hover {
  34.                color: #ee730a;
  35.                text-decoration: underline
  36.            }
  37.  
  38.            body .lds-ring div {
  39.                border-color: #999 transparent transparent
  40.            }
  41.  
  42.            body .font-red {
  43.                color: #b20f03
  44.            }
  45.  
  46.            body .pow-button {
  47.                background-color: #4693ff;
  48.                color: #1d1d1d
  49.            }
  50.  
  51.        }
  52.  
  53.        body {
  54.            display: flex;
  55.            flex-direction: column;
  56.            min-height: 100vh
  57.        }
  58.  
  59.        body.no-js .loading-spinner {
  60.            visibility: hidden
  61.        }
  62.  
  63.        body.no-js .challenge-running {
  64.            display: none
  65.        }
  66.  
  67.        body.dark {
  68.            background-color: #222;
  69.            color: #d9d9d9
  70.        }
  71.  
  72.        body.dark a {
  73.            color: #fff
  74.        }
  75.  
  76.        body.dark a:hover {
  77.            color: #ee730a;
  78.            text-decoration: underline
  79.        }
  80.  
  81.        body.dark .lds-ring div {
  82.            border-color: #999 transparent transparent
  83.        }
  84.  
  85.        body.dark .font-red {
  86.            color: #b20f03
  87.        }
  88.  
  89.        body.dark .pow-button {
  90.            background-color: #4693ff;
  91.            color: #1d1d1d
  92.        }
  93.  
  94.        body.light {
  95.            background-color: transparent;
  96.            color: #313131
  97.        }
  98.  
  99.        body.light a {
  100.            color: #0051c3
  101.        }
  102.  
  103.        body.light a:hover {
  104.            color: #ee730a;
  105.            text-decoration: underline
  106.        }
  107.  
  108.        body.light .lds-ring div {
  109.            border-color: #595959 transparent transparent
  110.        }
  111.  
  112.        body.light .font-red {
  113.            color: #fc574a
  114.        }
  115.  
  116.        body.light .pow-button {
  117.            background-color: #003681;
  118.            border-color: #003681;
  119.            color: #fff
  120.        }
  121.  
  122.        a {
  123.            background-color: transparent;
  124.            color: #0051c3;
  125.            text-decoration: none;
  126.            transition: color .15s ease
  127.        }
  128.  
  129.        a:hover {
  130.            color: #ee730a;
  131.            text-decoration: underline
  132.        }
  133.  
  134.        .main-content {
  135.            margin: 8rem auto;
  136.            max-width: 60rem;
  137.            width: 100%
  138.        }
  139.  
  140.        .heading-favicon {
  141.            height: 2rem;
  142.            margin-right: .5rem;
  143.            width: 2rem
  144.        }
  145.  
  146.        @media (width <= 720px) {
  147.            .main-content {
  148.                margin-top: 4rem
  149.            }
  150.  
  151.            .heading-favicon {
  152.                height: 1.5rem;
  153.                width: 1.5rem
  154.            }
  155.        }
  156.  
  157.        .main-content {
  158.            padding-left: 1.5rem;
  159.            padding-right: 1.5rem
  160.        }
  161.  
  162.        .main-wrapper {
  163.            align-items: center;
  164.            display: flex;
  165.            flex: 1;
  166.            flex-direction: column
  167.        }
  168.  
  169.        .font-red {
  170.            color: #b20f03
  171.        }
  172.  
  173.        .spacer {
  174.            margin: 2rem 0
  175.        }
  176.  
  177.        .h1 {
  178.            font-size: 2.5rem;
  179.            font-weight: 500;
  180.            line-height: 3.75rem
  181.        }
  182.  
  183.        .h2 {
  184.            font-weight: 500
  185.        }
  186.  
  187.        .core-msg, .h2 {
  188.            font-size: 1.5rem;
  189.            line-height: 2.25rem
  190.        }
  191.  
  192.        .body-text, .core-msg {
  193.            font-weight: 400
  194.        }
  195.  
  196.        .body-text {
  197.            font-size: 1rem;
  198.            line-height: 1.25rem
  199.        }
  200.  
  201.        @media (width <= 720px) {
  202.            .h1 {
  203.                font-size: 1.5rem;
  204.                line-height: 1.75rem
  205.            }
  206.  
  207.            .h2 {
  208.                font-size: 1.25rem
  209.            }
  210.  
  211.            .core-msg, .h2 {
  212.                line-height: 1.5rem
  213.            }
  214.  
  215.            .core-msg {
  216.                font-size: 1rem
  217.            }
  218.        }
  219.  
  220.        .pow-button {
  221.            background-color: #0051c3;
  222.            border: .063rem solid #0051c3;
  223.            border-radius: .313rem;
  224.            color: #fff;
  225.            font-size: .875rem;
  226.            line-height: 1.313rem;
  227.            margin: 2rem 0;
  228.            padding: .375rem 1rem;
  229.            transition-duration: .2s;
  230.            transition-property: background-color, border-color, color;
  231.            transition-timing-function: ease
  232.        }
  233.  
  234.        .pow-button:hover {
  235.            background-color: #003681;
  236.            border-color: #003681;
  237.            color: #fff;
  238.            cursor: pointer
  239.        }
  240.  
  241.        .core-msg {
  242.            overflow-wrap: break-word
  243.        }
  244.  
  245.        @media (width <= 720px) {
  246.  
  247.            .column {
  248.                padding-bottom: 2rem
  249.            }
  250.  
  251.        }
  252.  
  253.        .loading-spinner {
  254.            height: 76.391px
  255.        }
  256.  
  257.        .lds-ring {
  258.            display: inline-block;
  259.            position: relative
  260.        }
  261.  
  262.        .lds-ring, .lds-ring div {
  263.            height: 1.875rem;
  264.            width: 1.875rem
  265.        }
  266.  
  267.        .lds-ring div {
  268.            animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  269.            border: .3rem solid transparent;
  270.            border-radius: 50%;
  271.            border-top-color: #313131;
  272.            box-sizing: border-box;
  273.            display: block;
  274.            position: absolute
  275.        }
  276.  
  277.        .lds-ring div:first-child {
  278.            animation-delay: -.45s
  279.        }
  280.  
  281.        .lds-ring div:nth-child(2) {
  282.            animation-delay: -.3s
  283.        }
  284.  
  285.        .lds-ring div:nth-child(3) {
  286.            animation-delay: -.15s
  287.        }
  288.  
  289.        @keyframes lds-ring {
  290.            0% {
  291.                transform: rotate(0)
  292.            }
  293.            to {
  294.                transform: rotate(1turn)
  295.            }
  296.        }
  297.  
  298.        @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  299.            .main-wrapper, body {
  300.                display: block
  301.            }
  302.        }
  303.  
  304.        .rtl .heading-favicon {
  305.            margin-left: .5rem;
  306.            margin-right: 0
  307.        }
  308.  
  309.        </style>
  310. </head>
  311. <body class="no-js">
  312. <div class="main-wrapper" role="main">
  313.    <div class="main-content">
  314.        <h2 id="challenge-running" class="h2">Verify you are human by completing the action below.</h2>
  315.        <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?compat=recaptcha" async defer></script>
  316.  
  317.        <div class="cf-turnstile" data-sitekey="0x4AAAAAAAGYK1RXEWXX02Fv" data-callback="javascriptCallback"></div>
  318.  
  319.        <div id="challenge-body-text" class="core-msg spacer">
  320.            musescore.com needs to review the security of your connection before proceeding.
  321.        </div>
  322.  
  323.        <noscript>
  324.            <div id="challenge-error-title">
  325.                <div class="h2"><span id="challenge-error-text">Enable JavaScript and cookies to continue</span></div>
  326.            </div>
  327.        </noscript>
  328.    </div>
  329. </div>
  330. <script>
  331.    function javascriptCallback(token) {
  332.  
  333.        var theUrl = '/components/site/captcha/process-challenge?result=' + encodeURI(token);
  334.  
  335.        var xmlHttp = new XMLHttpRequest();
  336.        xmlHttp.open( "GET", theUrl, false ); // false for synchronous request
  337.        xmlHttp.send( null );
  338.  
  339.        location.reload();
  340.    }
  341. </script>
  342. </body>
  343. </html>
  344.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda