js-noise/example/index.html
2022-12-08 09:08:56 -04:00

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>