25 lines
1,006 B
HTML
25 lines
1,006 B
HTML
<html lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>404</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
|
<meta property="og:title" content="404" />
|
|
<meta property="og:description" content="z0x's homepage" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="404" />
|
|
<link rel="stylesheet" href="./css/style.css" />
|
|
<link rel="icon" type="image/x-icon" href="./img/favicon-256x256.webp" />
|
|
<link rel="icon" type="image/png" sizes="192x192" href="./img/favicon-192x192.webp">
|
|
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="./img/favicon-180x180.webp">
|
|
<meta name="darkreader-lock">
|
|
</head>
|
|
<body>
|
|
<div class="center">
|
|
<div class="box-404">
|
|
<h1 class="header-404">404</h1>
|
|
</div>
|
|
<div id="snowflake-container"></div>
|
|
<script src="./js/snowflakes.ts"></script>
|
|
</div>
|
|
</body>
|
|
</html>
|