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://rapidsolution.ch

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>Rapid Solution - Under Construction</title>
  7.    <style>
  8.        body {
  9.            font-family: Arial, sans-serif;
  10.            text-align: center;
  11.            padding: 50px;
  12.            background-color: #f4f4f4;
  13.        }
  14.        h1 {
  15.            color: #333;
  16.        }
  17.        p {
  18.            color: #666;
  19.        }
  20.        a {
  21.            display: inline-block;
  22.            margin: 10px;
  23.            padding: 10px 20px;
  24.            background-color: #007BFF;
  25.            color: white;
  26.            text-decoration: none;
  27.            border-radius: 5px;
  28.        }
  29.        a:hover {
  30.            background-color: #0056b3;
  31.        }
  32.    </style>
  33. </head>
  34. <body>
  35.    <h1>Welcome to Rapid Solution</h1>
  36.    <p>Our website is currently under construction. Please check back soon!</p>
  37.    <p>In the meantime, you can visit the following links:</p>
  38.    <div>
  39.        <a href="https://oget.pl/" target="_blank">oGET.pl</a>
  40.        <a href="https://linuksowo.pl/" target="_blank">Linuksowo.pl</a>
  41.        <a href="https://www.braindesign.pl/" target="_blank">BrainDesign.pl</a>
  42.    </div>
  43. </body>
  44. </html>
  45.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda