-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 2.12 KB
/
index.html
File metadata and controls
33 lines (30 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="apple-touch-icon" href="/bloom.webp" />
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/src/index.css" fetchpriority="high">
<link rel="preload" href="/bloom.webp" as="image" fetchpriority="high">
<title>Bloom</title>
<meta name="description" content="Bloom is an open-source, intuitive file manager for Blossom & NIP-96 servers. Organize, back up, and share files with Nostr sign-in, metadata edits, and media playback.">
<link rel="canonical" href="https://github.com/Letdown2491/bloom">
<meta property="og:type" content="website">
<meta property="og:title" content="Bloom — File Manager for Blossom & NIP-96">
<meta property="og:description" content="Bloom is an open-source, intuitive file manager for Blossom & NIP-96 servers. Organize, back up, and share files with Nostr sign-in, metadata edits, and media playback.">
<meta property="og:url" content="https://github.com/Letdown2491/bloom">
<meta property="og:image" content="https://raw.githubusercontent.com/Letdown2491/bloom/main/public/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Bloom — File Manager for Blossom & NIP-96">
<meta name="twitter:description" content="Bloom: an intuitive, open-source file manager for Blossom & NIP-96—organize, back up, and share files with Nostr sign-in and rich metadata.">
<meta name="twitter:image" content="https://raw.githubusercontent.com/Letdown2491/bloom/main/public/og-image.png">
<meta name="keywords" content="Bloom, Blossom, NIP-96, NIP-94, Nostr, file manager, distributed storage, metadata, media playback, open source">
</head>
<body class="bg-slate-950 text-slate-100">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>