leilukin-site/not_found.html

29 lines
1.2 KiB
HTML
Raw Normal View History

2023-06-15 09:18:46 +00:00
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style-index.css" type="text/css" media="all">
2023-06-15 12:00:48 +00:00
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
2023-06-15 09:18:46 +00:00
<title>Page Not Found | Leilukin's Hub</title>
</head>
<body>
<main>
2023-08-29 02:03:04 +00:00
<img src="/assets/Leilukins-Hub-website-banner.png" alt="Leilukin's Hub website banner">
2023-06-15 09:18:46 +00:00
<h1>Page Not Found</h1>
2023-08-29 02:03:04 +00:00
2023-06-15 09:18:46 +00:00
<p>Oops! Either the page you are looking for does not exist, or it has been moved to a diffrent part of this site.</p>
2023-08-29 02:03:04 +00:00
<section class="index__btn-wrapper">
<a href="/home.html" class="index__link">🏠 Back to Home</a>
</section>
2023-06-15 09:18:46 +00:00
</main>
</body>
2023-08-29 02:03:04 +00:00
</html>