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" />
|
|
|
|
<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 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>
|