mirror of https://github.com/vacp2p/rfc.git
53 lines
1.4 KiB
HTML
53 lines
1.4 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" content="#FFFFFF"><meta property="og:title" content="404 Page not found" />
|
|
<meta property="og:description" content="" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="http://example.org/404.html" />
|
|
|
|
<title>404 Page not found | My New Hugo Site</title>
|
|
<link rel="manifest" href="/manifest.json">
|
|
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
|
<link rel="stylesheet" href="/book.min.6c7c6446dfdee7c8c933e9bbc6e80ee3ed6c913b2a59519f2092c3c6a9d63e55.css" integrity="sha256-bHxkRt/e58jJM+m7xugO4+1skTsqWVGfIJLDxqnWPlU=">
|
|
<script defer src="/en.search.min.b058edf587cc787855b3d071254fe14f8dde3f72958d02e619e4aa992f47ef07.js" integrity="sha256-sFjt9YfMeHhVs9BxJU/hT43eP3KVjQLmGeSqmS9H7wc="></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="/">My New Hugo Site</a>
|
|
</h3>
|
|
</div>
|
|
</main>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|