Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
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 <title>wisp.place</title> 7 <meta name="description" content="Get started with wisp.place and host your first decentralized static site on AT Protocol." /> 8 9 <!-- Open Graph / Facebook --> 10 <meta property="og:type" content="website" /> 11 <meta property="og:url" content="https://wisp.place/onboarding" /> 12 <meta property="og:title" content="Get Started - wisp.place" /> 13 <meta property="og:description" content="Get started with wisp.place and host your first decentralized static site on AT Protocol." /> 14 <meta property="og:site_name" content="wisp.place" /> 15 16 <!-- Twitter --> 17 <meta name="twitter:card" content="summary" /> 18 <meta name="twitter:url" content="https://wisp.place/onboarding" /> 19 <meta name="twitter:title" content="Get Started - wisp.place" /> 20 <meta name="twitter:description" content="Get started with wisp.place and host your first decentralized static site on AT Protocol." /> 21 22 <!-- Theme --> 23 <meta name="theme-color" content="#7c3aed" /> 24 </head> 25 <body> 26 <div id="elysia"></div> 27 <script type="module" src="./onboarding.tsx"></script> 28 </body> 29</html>