mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-02 21:53:12 +00:00
14 lines
347 B
HTML
14 lines
347 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
|
<title>JS-Waku light node example</title>
|
|
</head>
|
|
<body>
|
|
<p>Press F12 to open the console</p>
|
|
<canvas id="qrCanvas"></canvas>
|
|
<script src="./index.js"></script>
|
|
</body>
|
|
</html>
|