mirror of
https://github.com/4ev-link/4ev.link.git
synced 2026-01-13 16:18:05 +00:00
Refactor: Update font to Allerta Stencil
This commit is contained in:
@@ -7,12 +7,14 @@
|
|||||||
<title>Link Seized - 4ev.link</title>
|
<title>Link Seized - 4ev.link</title>
|
||||||
<link rel="icon" href="/public/icon.png">
|
<link rel="icon" href="/public/icon.png">
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
|
<link href="https://fonts.bunny.net/css?family=allerta-stencil:400" rel="stylesheet" />
|
||||||
|
<style>body{font-family:"Allerta Stencil",sans-serif}</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-black text-gray-300 font-sans h-screen w-screen overflow-hidden flex flex-col">
|
<body class="bg-black text-gray-300 h-screen w-screen overflow-hidden flex flex-col">
|
||||||
|
|
||||||
<!-- Banner -->
|
<!-- 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">
|
<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">
|
<h1 class="text-2xl md:text-5xl font-black text-white/90 uppercase tracking-widest drop-shadow-md px-2 leading-tight">
|
||||||
This Link Has Been Taken Down
|
This Link Has Been Taken Down
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
@@ -34,11 +36,11 @@
|
|||||||
|
|
||||||
<!-- Text Path -->
|
<!-- Text Path -->
|
||||||
<path id="curve" d="M 35,100 A 65,65 0 0,1 165,100" fill="none"/>
|
<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">
|
<text font-family="'Allerta Stencil', sans-serif" font-weight="bold" font-size="14" fill="#C5A059" text-anchor="middle" letter-spacing="2">
|
||||||
<textPath href="#curve" startOffset="50%">OFFICIAL SEIZURE</textPath>
|
<textPath href="#curve" startOffset="50%">OFFICIAL SEIZURE</textPath>
|
||||||
</text>
|
</text>
|
||||||
<path id="curve-btm" d="M 45,100 A 55,55 0 0,0 155,100" fill="none"/>
|
<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">
|
<text font-family="'Allerta Stencil', sans-serif" font-weight="bold" font-size="10" fill="#C5A059" text-anchor="middle" letter-spacing="2">
|
||||||
<textPath href="#curve-btm" startOffset="50%">SUSPICIOUS URL</textPath>
|
<textPath href="#curve-btm" startOffset="50%">SUSPICIOUS URL</textPath>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user