A simple, clean, fast browser for the AtmosphereConf(2026) VODs
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6 <link rel="preconnect" href="https://fonts.googleapis.com" />
7 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
8 <link
9 rel="preload"
10 as="style"
11 href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap"
12 />
13 <link
14 rel="stylesheet"
15 href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap"
16 />
17 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
18 <meta name="theme-color" content="#000000" />
19 <meta
20 name="description"
21 content="Streamplace VOD Client browses place.stream.video records across Atmosphere repos."
22 />
23 <meta property="og:title" content="Streamplace VOD Client" />
24 <meta
25 property="og:description"
26 content="Browse Streamplace and AtmosphereConf VODs with deep links and fast playback."
27 />
28 <meta property="og:url" content="https://vods.j4ck.xyz" />
29 <title>Streamplace VOD Client</title>
30 </head>
31 <body>
32 <div id="root"></div>
33 <script type="module" src="/src/main.tsx"></script>
34 </body>
35</html>