chore: add notice about go-waku interop (#224)
* add notice about go-waku interop * Update examples/noise-js/index.html Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com> --------- Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
This commit is contained in:
parent
21e8c705dc
commit
634a4d2b00
|
@ -186,6 +186,15 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p>
|
||||
NOTICE: you can try also try to pair your browser with a
|
||||
<a href="https://github.com/waku-org/go-waku/tree/master/examples/noise"
|
||||
>go-waku based node</a
|
||||
>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<script src="./index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue