mirror of
https://github.com/dergigi/boris.git
synced 2025-12-18 07:04:19 +01:00
30 lines
1.4 KiB
HTML
30 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
|
<title>Boris - Nostr Bookmarks</title>
|
|
<meta name="description" content="Your reading list for the Nostr world. A minimal nostr client for bookmark management with highlights." />
|
|
<link rel="canonical" href="https://read.withboris.com/" />
|
|
|
|
<!-- Open Graph / Social Media -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://read.withboris.com/" />
|
|
<meta property="og:title" content="Boris - Nostr Bookmarks" />
|
|
<meta property="og:description" content="Your reading list for the Nostr world. A minimal nostr client for bookmark management with highlights." />
|
|
<meta property="og:site_name" content="Boris" />
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:url" content="https://read.withboris.com/" />
|
|
<meta name="twitter:title" content="Boris - Nostr Bookmarks" />
|
|
<meta name="twitter:description" content="Your reading list for the Nostr world. A minimal nostr client for bookmark management with highlights." />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|
|
|