the statusphere demo reworked into a vite/react app in a monorepo
at main 507 B 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 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>Statusphere React</title> 8 <script 9 defer 10 data-domain="statusphere.mozzius.dev" 11 src="https://plausible.mozzius.dev/js/script.js" 12 ></script> 13 </head> 14 <body> 15 <div id="root"></div> 16 <script type="module" src="/src/main.tsx"></script> 17 </body> 18</html>