mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-11 18:13:08 +00:00
14 lines
347 B
HTML
14 lines
347 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Hello!</title>
|
|
</head>
|
|
<body>
|
|
<p>Open the developer tools to see the generated proof and its validation</p>
|
|
<script src="https://cdn.ethers.io/lib/ethers-5.6.umd.min.js" type="text/javascript">
|
|
</script>
|
|
<script src="./index.js"></script>
|
|
</body>
|
|
</html>
|