js-rln/example/index.html
2022-09-19 16:33:37 -04:00

12 lines
243 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="./index.js"></script>
</body>
</html>