2021-09-05 03:43:16 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2022-03-18 18:10:30 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Ari::web -> 404</title>
|
2021-09-05 03:43:16 +03:00
|
|
|
|
2022-03-18 18:10:30 +02:00
|
|
|
<meta name="description" content="My personal website" />
|
|
|
|
<meta
|
|
|
|
name="keywords"
|
2022-09-23 00:47:52 +03:00
|
|
|
content="website, webdev, linux, programming, ari, terminal, dark, 404, not found, http 404"
|
2022-03-18 18:10:30 +02:00
|
|
|
/>
|
2022-06-17 13:03:46 +03:00
|
|
|
<meta
|
|
|
|
name="robots"
|
|
|
|
content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"
|
|
|
|
/>
|
2021-09-05 03:43:16 +03:00
|
|
|
|
2022-03-18 18:10:30 +02:00
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta name="color-scheme" content="dark" />
|
2021-09-05 03:43:16 +03:00
|
|
|
|
2022-06-12 10:21:13 +03:00
|
|
|
<link rel="stylesheet" href="/content/styles/generic/main.min.css" />
|
|
|
|
<link rel="stylesheet" href="/content/styles/404/main.min.css" />
|
2022-03-18 18:10:30 +02:00
|
|
|
</head>
|
2021-09-05 03:43:16 +03:00
|
|
|
|
2022-03-18 18:10:30 +02:00
|
|
|
<body>
|
|
|
|
<h1 class="title404">404 ~ Not found</h1>
|
|
|
|
<p class="content404">
|
|
|
|
The page you're looking for cannnot be found... Try
|
|
|
|
<a href="/">the homepage</a> maybe?
|
|
|
|
</p>
|
2021-09-05 03:43:16 +03:00
|
|
|
|
2022-03-18 18:10:30 +02:00
|
|
|
<div class="c404img">
|
|
|
|
<img src="/content/img/404.png" alt="404 :(" />
|
|
|
|
</div>
|
2021-09-05 03:43:16 +03:00
|
|
|
|
2022-03-18 18:10:30 +02:00
|
|
|
<footer>404 ~ Not found :(</footer>
|
|
|
|
</body>
|
2021-09-05 03:43:16 +03:00
|
|
|
</html>
|