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://mediseo.se

  1. <!DOCTYPE html>
  2. <html>
  3.  <head>
  4.    <meta charset="UTF-8" />
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6.    <script src="/punycode.min.js"></script>
  7.    <title>mediseo.se is parked</title>
  8.    <style>
  9.      * {
  10.        margin: 0;
  11.        padding: 0;
  12.      }
  13.  
  14.      body {
  15.        background: #ccc;
  16.        font-family: Arial, Helvetica, sans-serif;
  17.        font-size: 11pt;
  18.        text-align: center;
  19.      }
  20.  
  21.      h1 {
  22.        margin: 10px auto 20px 10px;
  23.        color: #3498db;
  24.      }
  25.  
  26.      p {
  27.        display: inline-block;
  28.        min-width: 200px;
  29.        margin: auto 30px 10px 30px;
  30.      }
  31.  
  32.      .container {
  33.        position: relative;
  34.        text-align: left;
  35.        min-height: 200px;
  36.        max-width: 800px;
  37.        min-width: 450px;
  38.        margin: 15% auto 0px auto;
  39.        background: #ffffff;
  40.        border-radius: 20px;
  41.        padding: 20px;
  42.        box-sizing: border-box;
  43.      }
  44.  
  45.      img.logo {
  46.        width: auto;
  47.        max-height: 50px;
  48.        margin-top: 30px;
  49.        border: 0;
  50.      }
  51.  
  52.      .logocont {
  53.        text-align: center;
  54.      }
  55.  
  56.      .langselect {
  57.        position: absolute;
  58.        top: 10px;
  59.        right: 10px;
  60.      }
  61.  
  62.      .langselect img {
  63.        position: relative;
  64.        width: auto;
  65.        border: 0;
  66.        margin: 2px;
  67.        height: 15px;
  68.      }
  69.  
  70.      .footer {
  71.        color: #aaa;
  72.        margin: 1em auto 0px auto;
  73.        font-size: 8pt;
  74.        text-align: center;
  75.        min-width: 450px;
  76.      }
  77.    </style>
  78.  </head>
  79.  <body>
  80.    <script>
  81.      var h = {
  82.        en: punycode.toUnicode('mediseo.se') + ' is parked',
  83.        no: punycode.toUnicode('mediseo.se') + ' er parkert',
  84.        sv: punycode.toUnicode('mediseo.se') + ' är parkerad',
  85.        da: punycode.toUnicode('mediseo.se') + ' er parkeret',
  86.      };
  87.  
  88.      var u = {
  89.        en: "www.domainnameshop.com/",
  90.        no: "www.domeneshop.no/",
  91.        sv: "www.domainnameshop.com/",
  92.        da: "www.domainnameshop.com/",
  93.      };
  94.  
  95.      var m = {
  96.        en: punycode.toUnicode('mediseo.se') + ' is registered, but the owner currently does not have an active website here. <br>Other services, such as e-mail, may be actively used by the owner.<br><br><a href="https://www.domainnameshop.com/whois">Who owns the domain?</a>',
  97.        no: punycode.toUnicode('mediseo.se') + ' er registrert, men har ingen aktiv nettside ennå. <br>Andre tjenester, som f.eks. epost, kan være aktivt brukt av eieren.<br><br><a href="https://www.domeneshop.no/whois">Hvem eier domenet?</a>',
  98.        sv: punycode.toUnicode('mediseo.se') + ' är registrerad, men har inte har någon aktiv websida ännu. <br>Andra tjänster, t.ex. epost, kan används aktivt av ägaren.<br><br><a href="https://www.domainnameshop.com/whois">Vem äger domänen?</a>',
  99.        da: punycode.toUnicode('mediseo.se') + ' er registreret, men ejeren har i øjeblikket ikke en aktiv hjemmeside her. <br>Andre tjenester, såsom e-mail, kan bruges aktivt af ejeren.<br><br><a href="https://www.domainnameshop.com/whois">Hvem ejer domænet?</a>',
  100.      };
  101.  
  102.      var l = (
  103.        navigator.language ||
  104.        navigator.userLanguage ||
  105.        "en"
  106.      ).toLowerCase();
  107.      l =
  108.        l.indexOf("-") > -1
  109.          ? l.split("-")[1]
  110.          : l === "nb" || l === "nn"
  111.          ? "no"
  112.          : l;
  113.  
  114.      var i = typeof SVGRect != "undefined" ? "svg" : "png";
  115.  
  116.      function q(s) {
  117.        return document.getElementById(s);
  118.      }
  119.    </script>
  120.  
  121.    <div class="container">
  122.      <h1 id="t">
  123.        mediseo.se
  124.        is parked
  125.      </h1>
  126.      <p id="m">
  127.        mediseo.se
  128.        is registered, but the owner currently does not have an active website
  129.        here. <br />Other services, such as e-mail, may be actively used by the
  130.        owner.<br /><br /><a href="https://www.domainnameshop.com/whois"
  131.          >Who owns the domain?</a
  132.        >
  133.      </p>
  134.      <div class="logocont">
  135.        <a id="l" href="https://www.domainnameshop.com/"
  136.          ><img id="i" class="logo" src="/images/logo-en.png"
  137.        /></a>
  138.      </div>
  139.      <div id="ls" class="langselect" style="display: none">
  140.        <img
  141.          src="/images/flag-no.png"
  142.          alt="Norsk"
  143.          title="Norsk"
  144.          onclick="setLang('no')"
  145.        /><img
  146.          src="/images/flag-se.png"
  147.          alt="Svenska"
  148.          title="Svenska"
  149.          onclick="setLang('sv')"
  150.        /><img
  151.          src="/images/flag-da.png"
  152.          alt="Dansk"
  153.          title="Dansk"
  154.          onclick="setLang('da')"
  155.        /><img
  156.          src="/images/flag-en.png"
  157.          alt="English"
  158.          title="English"
  159.          onclick="setLang('en')"
  160.        />
  161.      </div>
  162.    </div>
  163.    <div class="footer">
  164.      <span
  165.        >Domeneshop AS &copy;
  166.        2024</span
  167.      >
  168.      &middot;
  169.      <span
  170.        >Request ID:
  171.        955b30bc902fa3850777b6701b6bc549/parkedweb01
  172.      </span>
  173.    </div>
  174.  
  175.    <script>
  176.      q("ls").setAttribute("style", "");
  177.  
  178.      function setLang(s) {
  179.        s = s in h ? s : "en";
  180.        q("t").innerHTML = document.title = h[s];
  181.        q("m").innerHTML = m[s];
  182.        q("l").setAttribute("href", "https://" + u[s]);
  183.        q("i").setAttribute("src", "/images/logo-" + s + "." + i);
  184.      }
  185.  
  186.      setLang(l);
  187.    </script>
  188.  </body>
  189. </html>
  190.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda