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: http://betonalfa.com.cy

  1. <!doctype html>
  2.  
  3. <html lang="en">
  4. <head>
  5.    <meta charset="utf-8">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1">
  7.    <title>This site can’t be reached in your area.</title>
  8.    <meta name="description" content="Access restricted">
  9.        <style>
  10.        html,body{
  11.            margin: 0;
  12.            padding: 0;
  13.            height: 100vh;
  14.            width: 100vw;
  15.            overflow: hidden;
  16.        }
  17.        .country-restriction-page{
  18.                display: flex;
  19.                flex-direction: column;
  20.                align-items: center;
  21.                background-color: #161e2e;
  22.                font-family: 'Open Sans', sans-serif;
  23.                color: #fff;
  24.                font-size: 20px;
  25.                line-height: 28px;
  26.                background-image: url(/r/images/site/banners/restriction-bg.jpg);
  27.                background-size: cover;
  28.                    box-sizing: border-box;
  29.                padding: 101px 81px
  30.        }
  31.        .country-restriction-page-wrap{
  32.            width: 100%
  33.        }
  34.        .page-logo, .page-icon{
  35.            background-repeat: no-repeat;
  36.            background-size: contain;
  37.            background-position: center;
  38.        }
  39.        .page-logo{
  40.            background-image: url(/r/images/site/icons/site_logo.svg);
  41.            width: 260px;
  42.            height: 150px;
  43.            margin: 60px 0;
  44.        }
  45.        .page-icon{
  46.          
  47.        }
  48.        .description-restriction-page{
  49.            max-width: 790px;
  50.        }
  51.        .pege-text-title{
  52.            font-size: 60px;
  53.            font-weight: 500;
  54.            line-height: 1.5;
  55.                margin-bottom: 41px;
  56.        }
  57.        .page-link{
  58.            margin: 100px 0 20px;
  59.            color: #fff;
  60.            line-height: 1.3;
  61.            text-decoration: none
  62.        }
  63.        .pege-text{
  64.          font-size: 30px;  
  65.        }
  66.        .page-link:hover{
  67.            color: #3aae2a
  68.        }
  69.        @media only screen and (max-width: 1200px){
  70.            .country-restriction-page{
  71.                padding: 20px
  72.            }
  73.        
  74.           country-restriction-page-wrap{
  75.                max-width: 100%;
  76.           }
  77.           .pege-text-title{
  78.                font-size: 44px
  79.            }
  80.            .pege-text{
  81.                font-size: 24px
  82.            }
  83.  
  84.          
  85.        }
  86.    </style>
  87. </head>
  88.  
  89. <body class="country-restriction-page">
  90.  
  91. <div class="country-restriction-page-wrap">
  92. <div class="page-logo"></div>
  93. <div class="page-icon"></div>
  94. <div class="description-restriction-page">
  95. <p class="pege-text-title">ΠΕΡΙΟΡΙΣΜΟΣ ΤΟΠΟΘΕΣΙΑΣ
  96. </p>
  97. <p class="pege-text">Η ιστοσελίδα <a class="page-link" href="https://www.betonalfa.com.cy/">www.betonalfa.com.cy</a>
  98.    είναι προσβάσιμη μόνο στην Κύπρο, σύμφωνα με τους ισχύοντες κανονισμούς.
  99. </p>
  100. </div>
  101. </div>
  102.  
  103. </body>
  104. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda