making it work.

This commit is contained in:
fiatjaf
2022-01-10 15:55:48 -03:00
parent 88a2dd806d
commit 233aaa0f8f
7 changed files with 1082 additions and 24 deletions

View File

@@ -3,9 +3,14 @@
<meta charset="utf-8" />
<title>nos2x</title>
<h1>nos2x</h1>
<p>nostr signer extension</p>
<label>
Private Key:
private key:
<input id="privateKeyInput" />
</label>
<div id="message"></div>
<script src="options.build.js"></script>