examples.waku.org/index.html
Kumaraguru 63dcc7590d
Setting up a redirection
This PR would redirect examples subdomain to the js-examples repository
2023-04-26 19:54:20 +08:00

12 lines
425 B
HTML

<!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>