53 lines
1.6 KiB
HTML
Raw Normal View History

2021-12-10 15:46:13 +00:00
<!DOCTYPE html>
<html lang="es">
<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 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" />
2022-01-10 15:07:23 +00:00
<meta property="og:url" content="https://docs.wakuconnect.dev/es/404.html" />
2021-12-10 15:46:13 +00:00
2022-01-10 15:07:23 +00:00
<title>404 Page not found | WakuConnect Docs</title>
2021-12-10 15:46:13 +00:00
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="/book.min.f5334c44f5cf59e95e7e3727937b1ab51209089ee42a7b7b0a2bf524485dab42.css" integrity="sha256-9TNMRPXPWelefjcnk3satRIJCJ7kKnt7Civ1JEhdq0I=" crossorigin="anonymous">
<script defer src="/flexsearch.min.js"></script>
<script defer src="/es.search.min.4f657224f913f85dc057565a998c2bccf3cb848d4b1548fd7cea5fae5fa0fb5b.js" integrity="sha256-T2VyJPkT&#43;F3AV1ZamYwrzPPLhI1LFUj9fOpfrl&#43;g&#43;1s=" 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>
2022-01-10 15:07:23 +00:00
<a href="/es/">WakuConnect Docs</a>
2021-12-10 15:46:13 +00:00
</h3>
</div>
</main>
</body>
</html>