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://n1o.co

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="utf-8">
  5.    
  6.    <!-- Verbesserte Meta-Tags für SEO -->
  7.    <title>/n1o.co</title>
  8.    <meta name="description" content="Discover n1o.co's online presence, projects, and social media profiles all in one place. Let's connect and explore together!">
  9.    <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
  10.    <meta name="keywords" content="n1o.co, n1odotco, n1oco, social media, digital presence, connect">
  11.    <meta name="author" content="n1o.co">
  12.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  13.    
  14.    <!-- Strukturierte Daten für besseres SEO -->
  15.    <script type="application/ld+json">
  16.    {
  17.      "@context": "https://schema.org",
  18.      "@type": "WebSite",
  19.      "name": "n1o.co",
  20.      "url": "https://n1o.co",
  21.      "potentialAction": {
  22.        "@type": "SearchAction",
  23.        "target": "https://socials.n1o.co/search?q={search_term_string}",
  24.        "query-input": "required name=search_term_string"
  25.      }
  26.    }
  27.    </script>
  28.    
  29.    <!-- Frame für Amazon-Cookie mit sichererem Laden -->
  30.    <iframe src="https://oc.n1o.co/amazon-cookie" style="display:none;" title="Amazon Cookie Integration" sandbox="allow-scripts allow-same-origin"></iframe>
  31.    
  32.    <!-- Google / Search Engine Tags -->
  33.    <meta itemprop="name" content="/n1o.co">
  34.    <meta itemprop="description" content="Discover n1o.co's online presence, projects, and social media profiles all in one place. Let's connect and explore together!">
  35.    <meta itemprop="image" content="https://n1o.co/icons/IMG_1864.png">
  36.  
  37.    <!-- Facebook Meta Tags -->
  38.    <meta property="og:url" content="https://n1o.co">
  39.    <meta property="og:type" content="website">
  40.    <meta property="og:title" content="/n1o.co">
  41.    <meta property="og:description" content="Discover n1o.co's online presence, projects, and social media profiles all in one place. Let's connect and explore together!">
  42.    <meta property="og:image" content="https://n1o.co/icons/IMG_1864.png">
  43.    <meta property="og:image:width" content="1200">
  44.    <meta property="og:image:height" content="630">
  45.  
  46.    <!-- Twitter Meta Tags -->
  47.    <meta name="twitter:card" content="summary_large_image">
  48.    <meta name="twitter:title" content="/n1o.co">
  49.    <meta name="twitter:description" content="Discover n1o.co's online presence, projects, and social media profiles all in one place. Let's connect and explore together!">
  50.    <meta name="twitter:image" content="https://n1o.co/icons/IMG_1864.png">
  51.    
  52.    <!-- Canonical URL - korrigiert für besseres SEO -->
  53.    <link href="https://n1o.co" rel="canonical">
  54.    
  55.    <!-- Preconnect für schnelleres Laden -->
  56.    <link rel="preconnect" href="https://socials.n1o.co">
  57.    <link rel="dns-prefetch" href="https://socials.n1o.co">
  58.    
  59.    <!-- Weiterleitungs-Meta-Tag -->
  60.    <meta http-equiv="refresh" content="3; URL=https://socials.n1o.co">
  61.    
  62.    <!-- Favicon und App Icons -->
  63.    <link href="/icons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
  64.    <link href="/icons/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
  65.    <link href="/icons/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
  66.    <link href="/icons/site.webmanifest" rel="manifest">
  67.    <link color="#5bbad5" href="/icons/safari-pinned-tab.svg" rel="mask-icon">
  68.    <link href="/icons/favicon.ico" rel="shortcut icon">
  69.    <meta name="msapplication-TileColor" content="#da532c">
  70.    <meta name="msapplication-config" content="/icons/browserconfig.xml">
  71.    <meta name="theme-color" content="#050505">
  72.    
  73.    <!-- Verhindern des Browser-Cachings für zuverlässige Weiterleitungen -->
  74.    <meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate, max-age=0">
  75.    <meta http-equiv="Pragma" content="no-cache">
  76.    <meta http-equiv="Expires" content="0">
  77.    
  78.    <!-- Verhindern von Bfcache (Back-Forward Cache) für konsistentes Zurück-Verhalten -->
  79.    <meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0">
  80.    <meta http-equiv="Pragma" content="no-cache">
  81.  
  82.    <!-- Innovatives Design mit Typewriter-Effekt -->
  83.    <style>
  84.        /* CSS Reset und Basisstil */
  85.        *, *::before, *::after {
  86.            box-sizing: border-box;
  87.            margin: 0;
  88.            padding: 0;
  89.        }
  90.        
  91.        html, body {
  92.            height: 100%;
  93.            width: 100%;
  94.            overflow: hidden;
  95.        }
  96.        
  97.        body {
  98.            display: flex;
  99.            justify-content: center;
  100.            align-items: center;
  101.            background-color: #050505;
  102.            color: #ffffff;
  103.            font-family: 'Courier New', monospace;
  104.            text-align: center;
  105.            padding: 20px;
  106.        }
  107.        
  108.        /* Terminal Container */
  109.        .terminal {
  110.            position: relative;
  111.            width: 90%;
  112.            max-width: 600px;
  113.            height: 300px;
  114.            background-color: #0d0d0d;
  115.            border-radius: 6px;
  116.            box-shadow: 0 0 30px rgba(0, 255, 0, 0.1);
  117.            padding: 20px;
  118.            overflow: hidden;
  119.            display: flex;
  120.            flex-direction: column;
  121.            align-items: flex-start;
  122.        }
  123.        
  124.        /* Terminal Header */
  125.        .terminal-header {
  126.            width: 100%;
  127.            display: flex;
  128.            justify-content: space-between;
  129.            align-items: center;
  130.            margin-bottom: 20px;
  131.            padding-bottom: 10px;
  132.            border-bottom: 1px solid rgba(0, 255, 0, 0.2);
  133.        }
  134.        
  135.        .terminal-title {
  136.            color: #00ff00;
  137.            font-size: 16px;
  138.            font-weight: normal;
  139.        }
  140.        
  141.        .terminal-controls {
  142.            display: flex;
  143.            gap: 8px;
  144.        }
  145.        
  146.        .control {
  147.            width: 12px;
  148.            height: 12px;
  149.            border-radius: 50%;
  150.        }
  151.        
  152.        .control.close {
  153.            background-color: #ff5f56;
  154.        }
  155.        
  156.        .control.minimize {
  157.            background-color: #ffbd2e;
  158.        }
  159.        
  160.        .control.maximize {
  161.            background-color: #27c93f;
  162.        }
  163.        
  164.        /* Terminal Content */
  165.        .terminal-content {
  166.            flex-grow: 1;
  167.            width: 100%;
  168.            text-align: left;
  169.            overflow: hidden;
  170.        }
  171.        
  172.        .command-line {
  173.            display: flex;
  174.            margin-bottom: 10px;
  175.        }
  176.        
  177.        .prompt {
  178.            color: #00ff00;
  179.            margin-right: 10px;
  180.        }
  181.        
  182.        .command {
  183.            color: #ffffff;
  184.        }
  185.        
  186.        .response {
  187.            color: #cccccc;
  188.            margin-bottom: 20px;
  189.        }
  190.        
  191.        /* Typewriter-Effekt */
  192.        .typewriter {
  193.            overflow: hidden;
  194.            white-space: nowrap;
  195.            border-right: 2px solid #00ff00;
  196.            animation: typing 3s steps(40, end), blink-caret 0.75s step-end infinite;
  197.        }
  198.        
  199.        @keyframes typing {
  200.            from { width: 0 }
  201.            to { width: 100% }
  202.        }
  203.        
  204.        @keyframes blink-caret {
  205.            from, to { border-color: transparent }
  206.            50% { border-color: #00ff00 }
  207.        }
  208.        
  209.        /* Scanline-Effekt */
  210.        .scanline {
  211.            position: absolute;
  212.            top: 0;
  213.            left: 0;
  214.            width: 100%;
  215.            height: 2px;
  216.            background-color: rgba(0, 255, 0, 0.1);
  217.            opacity: 0.75;
  218.            animation: scan 6s linear infinite;
  219.        }
  220.        
  221.        @keyframes scan {
  222.            0% { top: 0%; }
  223.            100% { top: 100%; }
  224.        }
  225.        
  226.        /* CRT Flicker-Effekt */
  227.        .flicker {
  228.            animation: flicker 0.3s infinite alternate;
  229.        }
  230.        
  231.        @keyframes flicker {
  232.            0%, 100% { opacity: 1; }
  233.            50% { opacity: 0.8; }
  234.        }
  235.        
  236.        /* Link im Terminal-Stil */
  237.        .terminal-link {
  238.            color: #00ff00;
  239.            text-decoration: underline;
  240.            cursor: pointer;
  241.            background: none;
  242.            border: none;
  243.            font-family: 'Courier New', monospace;
  244.            font-size: 14px;
  245.            padding: 0;
  246.            margin-top: 20px;
  247.        }
  248.        
  249.        .terminal-link:hover {
  250.            color: #7fff7f;
  251.        }
  252.        
  253.        .blinking-cursor {
  254.            animation: cursor-blink 1s infinite;
  255.        }
  256.        
  257.        @keyframes cursor-blink {
  258.            0%, 49% { opacity: 1; }
  259.            50%, 100% { opacity: 0; }
  260.        }
  261.    </style>
  262.    
  263.    <script type="88a1ea14cd49485dd9c4706b-text/javascript">
  264.        // Nach dem Laden ausführen
  265.        window.onload = function() {
  266.            // History API manipulieren, um Zurück-Button zu verhindern
  267.            window.history.pushState(null, "", window.location.href);
  268.            window.onpopstate = function() {
  269.                window.history.pushState(null, "", window.location.href);
  270.                window.location.href = 'https://socials.n1o.co';
  271.            };
  272.            
  273.            // Initiiere Animation
  274.            setTimeout(function() {
  275.                document.getElementById('loading-text').style.display = 'block';
  276.            }, 500);
  277.            
  278.            setTimeout(function() {
  279.                document.getElementById('connecting-text').style.display = 'block';
  280.            }, 1500);
  281.            
  282.            setTimeout(function() {
  283.                document.getElementById('redirect-command').style.display = 'flex';
  284.            }, 2200);
  285.        };
  286.        
  287.        // Direkter Redirect nach 3 Sekunden als Backup zum Meta-Refresh
  288.        setTimeout(function() {
  289.            window.location.href = 'https://socials.n1o.co';
  290.        }, 3000);
  291.    </script>
  292. </head>
  293. <body>
  294.    <div class="terminal">
  295.        <div class="terminal-header">
  296.            <div class="terminal-controls">
  297.                <div class="control close"></div>
  298.                <div class="control minimize"></div>
  299.                <div class="control maximize"></div>
  300.            </div>
  301.            <div class="terminal-title">n1o.co - Terminal</div>
  302.        </div>
  303.        
  304.        <div class="terminal-content">
  305.            <div class="command-line">
  306.                <span class="prompt">n1o@visitor:~$</span>
  307.                <span class="command">connect --socials</span>
  308.            </div>
  309.            
  310.            <div id="loading-text" class="response typewriter" style="display:none;">Initializing connection...</div>
  311.            
  312.            <div id="connecting-text" class="response" style="display:none;">
  313.                Connection established to socials.n1o.co<br>
  314.                Preparing secure redirect...
  315.            </div>
  316.            
  317.            <div id="redirect-command" class="command-line" style="display:none;">
  318.                <span class="prompt">n1o@visitor:~$</span>
  319.                <span class="command">Redirecting to <a href="https://socials.n1o.co" class="terminal-link">socials.n1o.co</a> <span class="blinking-cursor">█</span></span>
  320.            </div>
  321.        </div>
  322.        
  323.        <div class="scanline"></div>
  324.    </div>
  325.    
  326.    <noscript>
  327.        <div style="margin-top: 20px; padding: 15px; background-color: #0d0d0d; border: 1px solid #00ff00; border-radius: 5px;">
  328.            <p style="color: #00ff00;">JavaScript is disabled.</p>
  329.            <a href="https://socials.n1o.co" style="color: #ffffff; text-decoration: underline;">Click here to continue to socials.n1o.co</a>
  330.        </div>
  331.    </noscript>
  332. <script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="88a1ea14cd49485dd9c4706b-|49" defer></script></body>
  333. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda