A simple, clean, fast browser for the AtmosphereConf(2026) VODs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 1e91d9f1e12be83f57c586f7415d7e2db2658ff3 54 lines 2.4 kB view raw
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 <!--OG_META_START--> 20 <meta 21 name="description" 22 content="Browse Streamplace and AtmosphereConf VODs with deep links and fast playback." 23 /> 24 <meta property="og:site_name" content="Streamplace VOD Client" /> 25 <meta property="og:type" content="website" /> 26 <meta property="og:title" content="Streamplace VOD Client" /> 27 <meta 28 property="og:description" 29 content="Browse Streamplace and AtmosphereConf VODs with deep links and fast playback." 30 /> 31 <meta property="og:url" content="https://vods.j4ck.xyz/" /> 32 <meta property="og:image" content="https://vods.j4ck.xyz/og-default.png" /> 33 <meta property="og:image:secure_url" content="https://vods.j4ck.xyz/og-default.png" /> 34 <meta property="og:image:type" content="image/png" /> 35 <meta property="og:image:width" content="1200" /> 36 <meta property="og:image:height" content="630" /> 37 <meta property="og:image:alt" content="Streamplace VOD Client share card" /> 38 <meta name="twitter:card" content="summary_large_image" /> 39 <meta name="twitter:title" content="Streamplace VOD Client" /> 40 <meta 41 name="twitter:description" 42 content="Browse Streamplace and AtmosphereConf VODs with deep links and fast playback." 43 /> 44 <meta name="twitter:image" content="https://vods.j4ck.xyz/og-default.png" /> 45 <meta name="twitter:image:alt" content="Streamplace VOD Client share card" /> 46 <link rel="canonical" href="https://vods.j4ck.xyz/" /> 47 <!--OG_META_END--> 48 <title>Streamplace VOD Client</title> 49 </head> 50 <body> 51 <div id="root"></div> 52 <script type="module" src="/src/main.tsx"></script> 53 </body> 54</html>