60 lines
1.8 KiB
HTML
60 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Error 404 - Fascinated's CDN</title>
|
|
|
|
<script src="https://cdn.fascinated.cc/assets/tailwindcss/3.2.4.js"></script>
|
|
<script
|
|
defer
|
|
data-domain="cdn.fascinated.cc"
|
|
src="https://analytics.fascinated.cc/js/script.js"
|
|
></script>
|
|
|
|
<style>
|
|
html {
|
|
background-color: #0f0f0f;
|
|
color: white;
|
|
}
|
|
</style>
|
|
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Fascinated's CDN" />
|
|
<meta
|
|
property="og:description"
|
|
content="Oops! The file you are looking for does not exist."
|
|
/>
|
|
<meta
|
|
property="og:image"
|
|
content="https://cdn.fascinated.cc/9bofn2ensptk.gif"
|
|
/>
|
|
<meta property="og:url" content="https://cdn.fascinated.cc" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Fascinated's CDN" />
|
|
<meta name="twitter:description" content="CDN Description" />
|
|
<meta
|
|
name="twitter:image"
|
|
content="https://cdn.fascinated.cc/9bofn2ensptk.gif"
|
|
/>
|
|
<meta property="theme-color" content="#b30000" />
|
|
</head>
|
|
<body>
|
|
<div class="flex flex-col items-center justify-center h-screen">
|
|
<div class="flex flex-col items-center justify-center space-y-4">
|
|
<h2 class="text-9xl font-bold text-red-400">404</h2>
|
|
<p class="text-3xl font-bold">
|
|
Oops! The file you are looking for does not exist.
|
|
</p>
|
|
<p class="text-lg">Please check the URL or go back to the homepage.</p>
|
|
<a
|
|
href="/"
|
|
class="bg-red-400 hover:bg-red-500 text-white font-bold py-2 px-4 rounded-full transition duration-300"
|
|
>Go back to the homepage</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|