zkl-crypto/dist/index.html

19 lines
435 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>ZKL Crypto Provider Demo</title>
</head>
<body>
<h1>ZKL Crypto Provider Demo</h1>
<p>Upload a file to be encrypted. The ciphertext will be presented as a bitmap here.</p>
<input type="file" id="fileInput">
<canvas id="bitmapCanvas"></canvas>
<hr>
<p>Yigid BALABAN, <a href="https://fybx.dev/">https://fybx.dev/</a></p>
<script src="bundle.js"></script>
</body>
</html>