Merge pull request #233 from waku-org/examples-redirect

Setting up a redirection
This commit is contained in:
Kumaraguru 2023-05-04 13:03:32 +07:00 committed by GitHub
commit d4d8c60b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="refresh" content="0; url=https://github.com/waku-org/js-waku-examples" />
<title>Waku Examples Redirect</title>
</head>
<body>
If you are not redirected automatically, follow <a href="https://github.com/waku-org/js-waku-examples">this link</a>.
</body>
</html>