working v1.

This commit is contained in:
fiatjaf
2022-01-14 09:49:03 -03:00
parent 0d38bc7eb3
commit db20f0c370
21 changed files with 884 additions and 1111 deletions

View File

@@ -3,14 +3,17 @@
<meta charset="utf-8" />
<title>nos2x</title>
<h1>nos2x</h1>
<p>nostr signer extension</p>
<label>
private key:
<input id="privateKeyInput" />
</label>
<div id="message"></div>
<div id="main" />
<script src="options.build.js"></script>
<style>
table {
border-collapse: collapse;
}
th,
td {
border: 1px solid;
padding: 1px 2px;
}
</style>