mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-02 21:53:08 +00:00
12 lines
243 B
HTML
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>
|