54 lines
1.8 KiB
HTML
54 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
|
<meta name="color-scheme" content="light dark"><meta property="og:url" content="https://example.org/404.html">
|
|
<meta property="og:site_name" content="μLauncher">
|
|
<meta property="og:title" content="404 Page not found">
|
|
<meta property="og:locale" content="en_dk">
|
|
<meta property="og:type" content="website">
|
|
<title>404 Page not found | μLauncher</title>
|
|
<link rel="icon" href="/favicon.png" >
|
|
<link rel="manifest" href="/manifest.json">
|
|
<link rel="canonical" href="https://example.org/404.html">
|
|
<link rel="stylesheet" href="/book.min.e169ae81276ac2a9574d04077e296591738aa6929473ad4174d9d0f1e58d78f0.css" integrity="sha256-4WmugSdqwqlXTQQHfillkXOKppKUc61BdNnQ8eWNePA=" crossorigin="anonymous">
|
|
<script defer src="/fuse.min.js"></script>
|
|
<script defer src="/en.search.min.42aa96a65b086b8370bdaae4169ed3fc9b3d4281439fa86054dedf6156aa1807.js" integrity="sha256-QqqWplsIa4NwvarkFp7T/Js9QoFDn6hgVN7fYVaqGAc=" crossorigin="anonymous"></script>
|
|
<!--
|
|
Made with Book Theme
|
|
https://github.com/alex-shpak/hugo-book
|
|
-->
|
|
|
|
|
|
<style>
|
|
.not-found {
|
|
text-align: center;
|
|
}
|
|
.not-found h1 {
|
|
margin: .25em 0 0 0;
|
|
opacity: .25;
|
|
font-size: 40vmin;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<main class="flex justify-center not-found">
|
|
<div>
|
|
<h1>404</h1>
|
|
<h2>Page Not Found</h2>
|
|
<h3>
|
|
<a href="/">μLauncher</a>
|
|
</h3>
|
|
</div>
|
|
</main>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|