mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-30 08:45:11 +00:00
Merge pull request #233 from waku-org/examples-redirect
Setting up a redirection
This commit is contained in:
commit
d4d8c60b68
11
index.html
Normal file
11
index.html
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user