2023-06-21 13:27:52 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2023-08-22 22:50:26 +01: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 22:50:26 +01: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 22:50:26 +01:00
|
|
|
<link rel="manifest" href="/manifest.json" />
|
|
|
|
<title>zap.stream</title>
|
|
|
|
</head>
|
2023-06-21 13:27:52 +01:00
|
|
|
|
2024-03-04 16:55:28 +00:00
|
|
|
<body>
|
2023-08-22 22:50:26 +01:00
|
|
|
<div id="root"></div>
|
2023-12-04 11:23:10 +00:00
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
2023-08-22 22:50:26 +01:00
|
|
|
</body>
|
2023-07-01 18:44:50 +02:00
|
|
|
</html>
|