17 lines
243 B
HTML
17 lines
243 B
HTML
<!DOCTYPE html>
|
|
|
|
<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>
|
|
|
|
<script src="options.build.js"></script>
|