<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Verbesserte Meta-Tags für SEO -->
<title>/n1o.co</title>
<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!">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<meta name="keywords" content="n1o.co, n1odotco, n1oco, social media, digital presence, connect">
<meta name="author" content="n1o.co">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Strukturierte Daten für besseres SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "n1o.co",
"url": "https://n1o.co",
"potentialAction": {
"@type": "SearchAction",
"target": "https://socials.n1o.co/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- Frame für Amazon-Cookie mit sichererem Laden -->
<iframe src="https://oc.n1o.co/amazon-cookie" style="display:none;" title="Amazon Cookie Integration" sandbox="allow-scripts allow-same-origin"></iframe>
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="/n1o.co">
<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!">
<meta itemprop="image" content="https://n1o.co/icons/IMG_1864.png">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://n1o.co">
<meta property="og:type" content="website">
<meta property="og:title" content="/n1o.co">
<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!">
<meta property="og:image" content="https://n1o.co/icons/IMG_1864.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="/n1o.co">
<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!">
<meta name="twitter:image" content="https://n1o.co/icons/IMG_1864.png">
<!-- Canonical URL - korrigiert für besseres SEO -->
<link href="https://n1o.co" rel="canonical">
<!-- Preconnect für schnelleres Laden -->
<link rel="preconnect" href="https://socials.n1o.co">
<link rel="dns-prefetch" href="https://socials.n1o.co">
<!-- Weiterleitungs-Meta-Tag -->
<meta http-equiv="refresh" content="3; URL=https://socials.n1o.co">
<!-- Favicon und App Icons -->
<link href="/icons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="/icons/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/icons/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="/icons/site.webmanifest" rel="manifest">
<link color="#5bbad5" href="/icons/safari-pinned-tab.svg" rel="mask-icon">
<link href="/icons/favicon.ico" rel="shortcut icon">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/icons/browserconfig.xml">
<meta name="theme-color" content="#050505">
<!-- Verhindern des Browser-Cachings für zuverlässige Weiterleitungen -->
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate, max-age=0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<!-- Verhindern von Bfcache (Back-Forward Cache) für konsistentes Zurück-Verhalten -->
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0">
<meta http-equiv="Pragma" content="no-cache">
<!-- Innovatives Design mit Typewriter-Effekt -->
<style>
/* CSS Reset und Basisstil */
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
overflow: hidden;
}
body {
display: flex;
justify-content: center;
align-items: center;
background-color: #050505;
color: #ffffff;
font-family: 'Courier New', monospace;
text-align: center;
padding: 20px;
}
/* Terminal Container */
.terminal {
position: relative;
width: 90%;
max-width: 600px;
height: 300px;
background-color: #0d0d0d;
border-radius: 6px;
box-shadow: 0 0 30px rgba(0, 255, 0, 0.1);
padding: 20px;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: flex-start;
}
/* Terminal Header */
.terminal-header {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 255, 0, 0.2);
}
.terminal-title {
color: #00ff00;
font-size: 16px;
font-weight: normal;
}
.terminal-controls {
display: flex;
gap: 8px;
}
.control {
width: 12px;
height: 12px;
border-radius: 50%;
}
.control.close {
background-color: #ff5f56;
}
.control.minimize {
background-color: #ffbd2e;
}
.control.maximize {
background-color: #27c93f;
}
/* Terminal Content */
.terminal-content {
flex-grow: 1;
width: 100%;
text-align: left;
overflow: hidden;
}
.command-line {
display: flex;
margin-bottom: 10px;
}
.prompt {
color: #00ff00;
margin-right: 10px;
}
.command {
color: #ffffff;
}
.response {
color: #cccccc;
margin-bottom: 20px;
}
/* Typewriter-Effekt */
.typewriter {
overflow: hidden;
white-space: nowrap;
border-right: 2px solid #00ff00;
animation: typing 3s steps(40, end), blink-caret 0.75s step-end infinite;
}
@keyframes typing {
from { width: 0 }
to { width: 100% }
}
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: #00ff00 }
}
/* Scanline-Effekt */
.scanline {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background-color: rgba(0, 255, 0, 0.1);
opacity: 0.75;
animation: scan 6s linear infinite;
}
@keyframes scan {
0% { top: 0%; }
100% { top: 100%; }
}
/* CRT Flicker-Effekt */
.flicker {
animation: flicker 0.3s infinite alternate;
}
@keyframes flicker {
0%, 100% { opacity: 1; }
50% { opacity: 0.8; }
}
/* Link im Terminal-Stil */
.terminal-link {
color: #00ff00;
text-decoration: underline;
cursor: pointer;
background: none;
border: none;
font-family: 'Courier New', monospace;
font-size: 14px;
padding: 0;
margin-top: 20px;
}
.terminal-link:hover {
color: #7fff7f;
}
.blinking-cursor {
animation: cursor-blink 1s infinite;
}
@keyframes cursor-blink {
0%, 49% { opacity: 1; }
50%, 100% { opacity: 0; }
}
</style>
<script type="88a1ea14cd49485dd9c4706b-text/javascript">
// Nach dem Laden ausführen
window.onload = function() {
// History API manipulieren, um Zurück-Button zu verhindern
window.history.pushState(null, "", window.location.href);
window.onpopstate = function() {
window.history.pushState(null, "", window.location.href);
window.location.href = 'https://socials.n1o.co';
};
// Initiiere Animation
setTimeout(function() {
document.getElementById('loading-text').style.display = 'block';
}, 500);
setTimeout(function() {
document.getElementById('connecting-text').style.display = 'block';
}, 1500);
setTimeout(function() {
document.getElementById('redirect-command').style.display = 'flex';
}, 2200);
};
// Direkter Redirect nach 3 Sekunden als Backup zum Meta-Refresh
setTimeout(function() {
window.location.href = 'https://socials.n1o.co';
}, 3000);
</script>
</head>
<body>
<div class="terminal">
<div class="terminal-header">
<div class="terminal-controls">
<div class="control close"></div>
<div class="control minimize"></div>
<div class="control maximize"></div>
</div>
<div class="terminal-title">n1o.co - Terminal</div>
</div>
<div class="terminal-content">
<div class="command-line">
<span class="prompt">n1o@visitor:~$</span>
<span class="command">connect --socials</span>
</div>
<div id="loading-text" class="response typewriter" style="display:none;">Initializing connection...</div>
<div id="connecting-text" class="response" style="display:none;">
Connection established to socials.n1o.co<br>
Preparing secure redirect...
</div>
<div id="redirect-command" class="command-line" style="display:none;">
<span class="prompt">n1o@visitor:~$</span>
<span class="command">Redirecting to <a href="https://socials.n1o.co" class="terminal-link">socials.n1o.co</a> <span class="blinking-cursor">█</span></span>
</div>
</div>
<div class="scanline"></div>
</div>
<noscript>
<div style="margin-top: 20px; padding: 15px; background-color: #0d0d0d; border: 1px solid #00ff00; border-radius: 5px;">
<p style="color: #00ff00;">JavaScript is disabled.</p>
<a href="https://socials.n1o.co" style="color: #ffffff; text-decoration: underline;">Click here to continue to socials.n1o.co</a>
</div>
</noscript>
<script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="88a1ea14cd49485dd9c4706b-|49" defer></script></body>
</html>