exozyme-errors/404/index.html
2024-01-27 21:25:40 -05:00

23 lines
682 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Not found</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="main">
<div class="error-text-container">
<h1 class="error-text">Uhh.. We're kinda lost</h1>
<h2 class="error-text">404 - Not found</h2>
</div>
<a href="https://exozy.me" class="logo-container">
<img src="https://exozy.me/img/logo.svg" alt="The exozyme logo" class="logo">
<h1>exozyme</h1>
</a>
</div>
</body>
</html>