example usage demo
This commit is contained in:
15
index.html
Normal file
15
index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!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="dist/bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user