Files
4ev.link/takedown.html
2025-11-21 12:10:17 -08:00

79 lines
4.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="robots" content="noindex, nofollow">
<title>Link Seized - 4ev.link</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👮</text></svg>">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-black text-gray-300 font-sans h-screen w-screen overflow-hidden flex flex-col">
<!-- Banner -->
<div class="bg-[#8B0000] w-full py-4 md:py-6 text-center border-b-4 md:border-b-8 border-[#5a0000] shrink-0 shadow-lg z-10">
<h1 class="text-2xl md:text-5xl font-black text-white/90 uppercase tracking-widest drop-shadow-md font-serif px-2 leading-tight">
This Link Has Been Taken Down
</h1>
</div>
<!-- Main Content (Flex to fit viewport) -->
<div class="flex flex-col items-center justify-evenly flex-grow p-4 w-full max-w-5xl mx-auto text-center h-full">
<h2 class="text-white font-bold text-sm md:text-xl max-w-2xl leading-snug px-4">
The 4ev.link Abuse Prevention System has seized the destination as part of an action taken against suspicious URLs.
</h2>
<!-- Badge: Link Behind Bars (Significantly Larger) -->
<div class="relative shrink-0">
<svg class="w-60 h-60 md:w-96 md:h-96 drop-shadow-2xl" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<!-- Gold Badge Base (Dark Background) -->
<circle cx="100" cy="100" r="98" fill="#000" stroke="#C5A059" stroke-width="4"/>
<circle cx="100" cy="100" r="90" fill="none" stroke="#C5A059" stroke-width="1" stroke-dasharray="4 2"/>
<circle cx="100" cy="100" r="84" fill="none" stroke="#C5A059" stroke-width="3"/>
<!-- Text Path -->
<path id="curve" d="M 35,100 A 65,65 0 0,1 165,100" fill="none"/>
<text font-family="serif" font-weight="bold" font-size="14" fill="#C5A059" text-anchor="middle" letter-spacing="2">
<textPath href="#curve" startOffset="50%">OFFICIAL SEIZURE</textPath>
</text>
<path id="curve-btm" d="M 45,100 A 55,55 0 0,0 155,100" fill="none"/>
<text font-family="serif" font-weight="bold" font-size="10" fill="#C5A059" text-anchor="middle" letter-spacing="2">
<textPath href="#curve-btm" startOffset="50%">SUSPICIOUS URL</textPath>
</text>
<!-- Chain Icon (Blue) -->
<g transform="translate(58, 75) scale(0.9)">
<!-- Left link -->
<rect x="0" y="10" width="45" height="25" rx="12" fill="none" stroke="#3b82f6" stroke-width="6" />
<!-- Right link -->
<rect x="35" y="10" width="45" height="25" rx="12" fill="none" stroke="#3b82f6" stroke-width="6" />
</g>
<!-- Jail Bars -->
<clipPath id="shield-area"><circle cx="100" cy="100" r="82" /></clipPath>
<g clip-path="url(#shield-area)">
<rect x="65" y="0" width="8" height="200" fill="#475569" opacity="0.9"/>
<rect x="96" y="0" width="8" height="200" fill="#475569" opacity="0.9"/>
<rect x="127" y="0" width="8" height="200" fill="#475569" opacity="0.9"/>
</g>
</svg>
</div>
<!-- Status Details -->
<div class="border-t border-slate-800/50 pt-4 md:pt-8 w-full flex justify-center">
<div class="flex flex-col items-center gap-1 md:gap-2">
<span class="font-bold text-[#C5A059] uppercase tracking-widest text-[10px] md:text-sm">Status</span>
<span class="text-red-500 font-black bg-red-950/40 px-6 py-0.5 md:py-1 border border-red-900/50 rounded text-xs md:text-base uppercase">DOWN</span>
</div>
</div>
<!-- Disclaimer Footer -->
<p class="text-[10px] md:text-xs text-gray-600 max-w-xl leading-relaxed uppercase font-medium tracking-wide pt-2">
Disclaimer: We cannot confirm the intent of every disabled URL.
This page has been flagged as suspicious. 4ev.link operates independently.
</p>
</div>
</body>
</html>