zap.stream/index.html

27 lines
1.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Nostr live streaming powered by Bitcoin lightning" />
<meta
name="keywords"
content="nostr, streaming, twitch.tv, twitch, trovo, kick, tik-tok, live, bitcoin, sats, lightning, freedom, censorship, resitance, open, source, gaming, chatting, IRL, e-sports, electronic sports" />
<meta property="og:url" content="https://zap.stream" />
<meta property="og:type" content="website" />
<meta property="og:title" content="zap.stream" />
<meta property="og:description" content="Nostr live streaming powered by Bitcoin lightning" />
<meta property="og:image" content="/logo.png" />
<link rel="apple-touch-icon" href="/logo.png" />
<link rel="icon" href="/logo_32.png" />
<link rel="manifest" href="/manifest.json" />
<title>zap.stream</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>