Redirecting examples.waku.org to docs (temporary)

For the time being, to avoid 404 - this commit would redirect the examples subdomain to https://js.waku.guide/docs/examples/
This commit is contained in:
Kumaraguru 2023-02-13 13:04:01 +05:30 committed by GitHub
parent 87468326d4
commit 38f020bec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Waku Examples</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
</head>
<body>
<script>
window.location.href = "https://js.waku.guide/docs/examples/";
</script>
</body>
</html>