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