Setting up a redirection

This PR would redirect examples subdomain to the js-examples repository
This commit is contained in:
Kumaraguru 2023-04-26 19:54:20 +08:00 committed by GitHub
parent e83dd13931
commit 63dcc7590d
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>Status Help 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>