npm package, cjs -> esm...
This commit is contained in:
18
dist/index.html
vendored
Normal file
18
dist/index.html
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user