z0x.ca/404.html
2024-09-12 23:51:18 -04:00

22 lines
No EOL
1.1 KiB
HTML

<html lang="en-us">
<head>
<meta charset="utf-8" />
<title>404</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="darkreader-lock">
<link rel="icon" type="image/x-icon" href="./img/logo_bg.svg">
<link rel="icon" type="image/png" sizes="192x192" href="./img/logo_bg.svg">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="./img/logo_bg.svg">
<link rel="stylesheet" href="./snowflake.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-cover bg-[url('../img/gradient.webp')] text-white overflow-hidden">
<div class="flex items-center justify-center min-h-screen">
<div class="bg-[rgba(11,11,11,0.6)] aspect-square rounded-3xl border-2 border-white flex flex-col items-center justify-center w-full h-full max-w-[40vmin] max-h-[40vmin] md:max-w-[20vmin] md:max-h-[20vmin]">
<h1 class="text-6xl">404</h1>
</div>
</div>
<div id="snowflake-container"></div>
<script src="./snowflakes.ts"></script>
</body>
</html>