41 lines
1.7 KiB
HTML
41 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
|
|
<title>Bpistle</title>
|
|
<meta name="description" content="A user-friendly Nostr client for exploring the Basspistol Network" />
|
|
<meta
|
|
name="keywords"
|
|
content="basspistol, music, syndicate, creative commons, sovereign, jumble, nostr, web, client, relay, feed, social, pwa, simple, clean"
|
|
/>
|
|
|
|
<meta name="apple-mobile-web-app-title" content="Bpistle" />
|
|
<link rel="icon" href="/favicon.ico" sizes="48x48" />
|
|
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
|
|
<meta name="theme-color" content="#200B2E" media="(prefers-color-scheme: dark)" />
|
|
<meta name="theme-color" content="#FFFFFF" media="(prefers-color-scheme: light)" />
|
|
|
|
<meta property="og:url" content="https://nostr.basspistol.org" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Bpistle" />
|
|
<meta
|
|
property="og:description"
|
|
content="A user-friendly Nostr client for exploring relay feeds"
|
|
/>
|
|
<meta
|
|
property="og:image"
|
|
content="https://tortellino.basspistol.org/06052f39027abe9e7e5bc755211ce0ecfb838dcc0c39c7bd767db0354ed5a293.png"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<noscript
|
|
>You need to enable JavaScript to run this app. If you're looking for something on the nostr
|
|
network, try replacing everything before the last slash in your URL bar with njump.me or
|
|
nostr.at for a view-only nostr interface.</noscript
|
|
>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|