mirror of
https://github.com/waku-org/examples.waku.org.git
synced 2025-02-22 10:48:22 +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