Files
explorer/static/index.html
tsukino 242729e1ae feat: implement new ux (#15)
* wip

* new pubkey input

* wip

* restyle upload to ipfs

* finish restyling
2024-04-16 09:17:07 -04:00

17 lines
387 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="/static/favicon.png" />
<title>TLSNotary Explorer</title>
<script>
window.__PRELOADED_STATE__ = {};
</script>
</head>
<body>
<div id="root"></div>
<div id="modal-root"></div>
</body>
</html>