stream/public/index.html

22 lines
723 B
HTML
Raw Normal View History

2023-06-21 12:27:52 +00:00
<!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" />
2023-07-05 17:27:50 +00:00
<link rel="apple-touch-icon" href="/logo.png" />
2023-07-01 16:58:17 +00:00
<link rel="icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json" />
2023-07-05 17:27:50 +00:00
<title>zap.stream</title>
2023-06-21 12:27:52 +00:00
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2023-07-01 16:44:50 +00:00
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap" rel="stylesheet">
2023-06-21 12:27:52 +00:00
</head>
<body>
<div id="root"></div>
</body>
2023-07-01 16:44:50 +00:00
</html>