mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-01-14 17:48:06 -05:00
JS Client changes: Gracefully return null if key is not found in bucket (instead of throwing) Support single and multi-key lookups in a unified privateRead function
20 lines
425 B
HTML
20 lines
425 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
|
/>
|
|
<meta name="theme-color" content="#000000" />
|
|
<title>Private Valentine Retrieval</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
You need to enable JavaScript to run this app.
|
|
</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|