minimal streamplace frontend
0
fork

Configure Feed

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

at main 20 lines 873 B view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> 6 <link rel="icon" href="/favicon.svg" type="image/svg+xml" /> 7 <meta name="theme-color" content="#0a0a0b" /> 8 <meta property="og:title" content="streamplace" /> 9 <meta property="og:type" content="website" /> 10 <meta property="og:description" content="Live streaming on the atmosphere" /> 11 <title>streamplace</title> 12 <link rel="preconnect" href="https://fonts.bunny.net" /> 13 <link href="https://fonts.bunny.net/css?family=dm-sans:400,500,600,700" rel="stylesheet" /> 14 <script src="/src/index.tsx" type="module"></script> 15 </head> 16 17 <body id="root" class="bg-sp-bg text-sp-text min-h-dvh"> 18 <noscript>You need to enable JavaScript to run this app.</noscript> 19 </body> 20</html>