cdn-files/index.html
2023-04-09 20:05:01 +01:00

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>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="Fast and stable CDN for my media files"
/>
<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="#4d3a9c" />
</head>
<body>
<div class="flex flex-col items-center justify-center h-screen">
<h1 class="text-center text-4xl font-bold mb-4">Fascinated's CDN</h1>
<p class="text-xl">
Oops, it looks like you've reached a page that doesn't exist!
</p>
<p class="text-xl mt-4">
Please check the URL and try again. If you believe this is a mistake,
feel free to message me on Discord @ Fascinated#7668.
</p>
<p class="text-xl mt-4">
In the meantime, why not check out some of my other projects on my
<a href="https://git.fascinated.cc" class="underline">Gitea</a>?
</p>
</div>
</body>
</html>