mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-04-08 06:26:55 +02:00
19 lines
1.0 KiB
HTML
19 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Lumina - A Modern Nostr Client</title>
|
|
<meta name="description" content="A modern Nostr client application built with React, TailwindCSS, and Nostrify." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Lumina - A Modern Nostr Client" />
|
|
<meta property="og:description" content="A modern Nostr client application built with React, TailwindCSS, and Nostrify." />
|
|
<meta http-equiv="content-security-policy" content="default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; frame-src 'self' https:; font-src 'self'; base-uri 'self'; manifest-src 'self'; connect-src 'self' blob: https: wss:; img-src 'self' data: blob: https:; media-src 'self' https:">
|
|
<link rel="manifest" href="/manifest.webmanifest">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|