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://omgomgomg5j4yrr4mjdv3h5c5xfvxtqqs2in7smi65mjps7wvkmqmtqd-onion.org

  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>Coming Soon</title>
  7.    <style>
  8.        body {
  9.            font-family: Arial, sans-serif;
  10.            display: flex;
  11.            flex-direction: column;
  12.            justify-content: center;
  13.            align-items: center;
  14.            height: 100vh;
  15.            margin: 0;
  16.            background-color: #f0f0f0;
  17.        }
  18.  
  19.        .card {
  20.            background-color: white;
  21.            width: 60vw;
  22.            height: 70vh;
  23.            border-radius: 10px;
  24.            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  25.            display: flex;
  26.            flex-direction: column;
  27.            position: relative;
  28.        }
  29.  
  30.        .container {
  31.            text-align: center;
  32.            position: absolute;
  33.            left: 50%;
  34.            top: 50%;
  35.            transform: translate(-50%, -50%);
  36.            width: 100%;
  37.        }
  38.  
  39.        .icon {
  40.            font-size: 100px;
  41.            margin-bottom: 30px;
  42.            color: #333;
  43.        }
  44.  
  45.        .message {
  46.            font-size: clamp(24px, 3vw, 42px);
  47.            font-weight: bold;
  48.            color: #333;
  49.            margin-bottom: 40px;
  50.        }
  51.  
  52.        .footer {
  53.            position: absolute;
  54.            bottom: 30px;
  55.            left: 50%;
  56.            transform: translateX(-50%);
  57.            color: #666;
  58.            font-size: 18px;
  59.        }
  60.  
  61.        .footer a {
  62.            color: #666;
  63.            text-decoration: none;
  64.            transition: color 0.3s ease;
  65.            font-size: 18px;
  66.            font-weight: bold;
  67.        }
  68.  
  69.        .footer a:hover {
  70.            color: #333;
  71.        }
  72.  
  73.        .icon svg {
  74.            width: 80px;
  75.            height: 80px;
  76.        }
  77.  
  78.        .icon path {
  79.            fill: #333;
  80.        }
  81.    </style>
  82. </head>
  83. <body>
  84.    <div class="card">
  85.        <div class="container">
  86.            <div class="icon">
  87.                ðŸ“¢
  88.            </div>
  89.            <div class="message">
  90.                omgomgomg5j4yrr4mjdv3h5c5xfvxtqqs2in7smi65mjps7wvkmqmtqd-onion.org <i>is coming soon</i>
  91.            </div>
  92.        </div>
  93.        <div class="footer">
  94.            This domain is managed at <a href="https://nicenic.net/?f=dmnew" target="_blank">NiceNIC.NET</a>
  95.        </div>
  96.    </div>
  97. </body>
  98. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda