zap.stream/index.html

27 lines
1.1 KiB
HTML
Raw Normal View History

2023-06-21 12:27:52 +00:00
<!DOCTYPE html>
<html lang="en">
2023-08-22 21:50:26 +00:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
2024-03-07 10:20:52 +00:00
<meta name="description" content="Nostr live streaming powered by Bitcoin lightning" />
2024-03-07 10:23:32 +00:00
<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" />
2024-03-07 10:20:52 +00:00
<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" />
2023-08-22 21:50:26 +00:00
<link rel="apple-touch-icon" href="/logo.png" />
2023-12-04 13:00:26 +00:00
<link rel="icon" href="/logo_32.png" />
2023-08-22 21:50:26 +00:00
<link rel="manifest" href="/manifest.json" />
<title>zap.stream</title>
</head>
2023-06-21 12:27:52 +00:00
2024-03-04 16:55:28 +00:00
<body>
2023-08-22 21:50:26 +00:00
<div id="root"></div>
2023-12-04 11:23:10 +00:00
<script type="module" src="/src/index.tsx"></script>
2023-08-22 21:50:26 +00:00
</body>
2023-07-01 16:44:50 +00:00
</html>