nostrMediaUpload/index.html
2024-04-14 20:04:50 -04:00

15 lines
379 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nostr Authentication Example</title>
</head>
<body>
<h1>Nostr Authentication Example</h1>
<button>Log in with Browser Extension (NIP-07)</button>
<script type="module" src="index.js"></script>
</body>
</html>