Statusphere example with ESAV Live
1
fork

Configure Feed

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

at main 20 lines 608 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.0" /> 6 <link rel="icon" href="/favicon.ico" /> 7 <meta name="theme-color" content="#000000" /> 8 <meta 9 name="description" 10 content="Web site created using create-tsrouter-app" 11 /> 12 <link rel="apple-touch-icon" href="/logo192.png" /> 13 <link rel="manifest" href="/manifest.json" /> 14 <title>Statusphere ESAV Live</title> 15 </head> 16 <body> 17 <div id="app"></div> 18 <script type="module" src="/src/main.tsx"></script> 19 </body> 20</html>