stream/index.html

19 lines
557 B
HTML
Raw Permalink 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" />
<meta name="description" content="Nostr live streaming" />
<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
2023-08-22 21:50:26 +00:00
<body>
<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>