well-goknown/html/nostr_qr_response.html

13 lines
196 B
HTML
Raw Normal View History

2023-05-05 05:15:09 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
</head>
<body>
<div>
<p>Nostr NIP-05 {{ .RequestKey }}</p><br>
<img src="data:image/png;base64,{{.QRCode}}"/><br>
</div>
</body>
</html>