70 lines
2.1 KiB
HTML
70 lines
2.1 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 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://docs.wakuconnect.dev/404.html" />
|
|
|
|
<title>404 Page not found | Waku Connect Docs</title>
|
|
<link rel="manifest" href="/manifest.json">
|
|
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
|
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
|
<script defer src="/flexsearch.min.js"></script>
|
|
<script defer src="/en.search.min.091f76335a3aa8163fdc3a82453ef560dd921a0f0f90a9e0edaba7d761470954.js" integrity="sha256-CR92M1o6qBY/3DqCRT71YN2SGg8PkKng7aun12FHCVQ=" crossorigin="anonymous"></script>
|
|
<!--
|
|
Made with Book Theme
|
|
https://github.com/alex-shpak/hugo-book
|
|
-->
|
|
|
|
<script>
|
|
(function (f, a, t, h, o, m) {
|
|
a[h] = a[h] || function () {
|
|
(a[h].q = a[h].q || []).push(arguments)
|
|
};
|
|
o = f.createElement('script');
|
|
m = f.getElementsByTagName('script')[0];
|
|
o.async = 1;
|
|
o.src = t;
|
|
o.id = 'fathom-script';
|
|
m.parentNode.insertBefore(o, m)
|
|
})(document, window, '//fathom.status.im/tracker.js', 'fathom');
|
|
fathom('set', 'siteId', 'BBYCC');
|
|
fathom('trackPageview');
|
|
</script>
|
|
|
|
|
|
|
|
<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="/">Waku Connect Docs</a>
|
|
</h3>
|
|
</div>
|
|
</main>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|