Communitator/index.html
sakrecoer 6534cad6eb allow to create dm and blossom lists
give a couple templates for happy frens
2026-08-18 16:18:23 +02:00

14 lines
471 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Comunitator - Nostr</title>
<meta name="description" content="Create and share Nostr relay templates for your community" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>