24 lines
1.1 KiB
Text
24 lines
1.1 KiB
Text
---
|
|
import "./src/css/snowflake.css";
|
|
---
|
|
|
|
<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="/src/img/logo_bg.svg" />
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/src/img/logo_bg.svg" />
|
|
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/src/img/logo_bg.svg" />
|
|
</head>
|
|
<body class="bg-cover bg-[url('/src/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="/src/js/snowflakes.js"></script>
|
|
</body>
|
|
</html>
|