19 lines
576 B
HTML
19 lines
576 B
HTML
<!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" />
|
|
<link rel="apple-touch-icon" href="/logo.png" />
|
|
<link rel="icon" href="/logo_32.png" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<title>zap.stream</title>
|
|
</head>
|
|
|
|
<body class="bg-layer-0">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html>
|