54 lines
1.7 KiB
HTML
54 lines
1.7 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:title" content="404 Page not found" />
|
||
|
<meta property="og:description" content="" />
|
||
|
<meta property="og:type" content="website" />
|
||
|
<meta property="og:url" content="https://example.com/404.html" />
|
||
|
|
||
|
<title>404 Page not found | P.D Support</title>
|
||
|
<link rel="manifest" href="/manifest.json">
|
||
|
<link rel="icon" href="/logo.png" >
|
||
|
<link rel="stylesheet" href="/book.min.f8de3645fe00591b41524aee174e19edd98a22255a2930a0cdc82a94835ba387.css" integrity="sha256-+N42Rf4AWRtBUkruF04Z7dmKIiVaKTCgzcgqlINbo4c=" crossorigin="anonymous">
|
||
|
<script defer src="/flexsearch.min.js"></script>
|
||
|
<script defer src="/en.search.min.e8f882d8f145519fd2b41b93fe0dfe62c367052577b5401557a44a86f013beff.js" integrity="sha256-6PiC2PFFUZ/StBuT/g3+YsNnBSV3tUAVV6RKhvATvv8=" 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="/">P.D Support</a>
|
||
|
</h3>
|
||
|
</div>
|
||
|
</main>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|