add files
This commit is contained in:
commit
9f9f86c705
59
fourohfour.html
Normal file
59
fourohfour.html
Normal file
@ -0,0 +1,59 @@
|
||||
<!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>
|
59
index.html
Normal file
59
index.html
Normal file
@ -0,0 +1,59 @@
|
||||
<!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>
|
Loading…
Reference in New Issue
Block a user