mkstackwithwelshman/index.html

19 lines
1.0 KiB
HTML
Raw Normal View History

2025-04-16 21:43:54 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nostr Client</title>
2025-04-16 21:43:54 -05:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A modern Nostr client application built with React, TailwindCSS, and Nostrify with Welshman routing." />
<meta property="og:type" content="website" />
<meta property="og:title" content="Nostr Client" />
<meta property="og:description" content="A modern Nostr client application built with React, TailwindCSS, and Nostrify with Welshman routing." />
2025-06-04 13:07:41 -05:00
<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:">
2025-06-09 21:19:43 -05:00
<link rel="manifest" href="/manifest.webmanifest">
2025-04-16 21:43:54 -05:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>