js-rln/example/index.html

12 lines
243 B
HTML
Raw Normal View History

2022-09-06 16:40:19 -04:00
<!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="./index.js"></script>
</body>
</html>