mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-05-02 23:43:14 +00:00
16 lines
340 B
HTML
16 lines
340 B
HTML
|
|
<!DOCTYPE HTML>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<title>Waku Examples</title>
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
window.location.href = "https://js.waku.guide/docs/examples/";
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|