tools/404.html
2025-03-01 10:45:41 +01:00

17 lines
696 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Error Not Found</title>
<link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon">
<link rel="stylesheet" href="/404.css">
</head>
<body>
<div class="main">
<h1>❌ Eror: 404 Not Found ❌</h1>
<h2>Looks like you found an unfinished site or were redirected to the wrong page!</h2>
<h2>Go back to the <a href="https://fentseller.lol">main page</a> or <a href="https://github.com/zyqunix/tools/issues/new">open an issue on my GitHub</a></h2>
</div>
</body>
</html>