Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
at main 1.7 kB 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 <title>wisp.place</title> 7 <meta name="description" content="Host static websites directly in your AT Protocol account. Keep full ownership and control with fast CDN distribution. Built on Bluesky's decentralized network." /> 8 9 <!-- Open Graph / Facebook --> 10 <meta property="og:type" content="website" /> 11 <meta property="og:url" content="https://wisp.place/" /> 12 <meta property="og:title" content="wisp.place - Decentralized Static Site Hosting" /> 13 <meta property="og:description" content="Host static websites directly in your AT Protocol account. Keep full ownership and control with fast CDN distribution." /> 14 <meta property="og:site_name" content="wisp.place" /> 15 16 <!-- Twitter --> 17 <meta name="twitter:card" content="summary_large_image" /> 18 <meta name="twitter:url" content="https://wisp.place/" /> 19 <meta name="twitter:title" content="wisp.place - Decentralized Static Site Hosting" /> 20 <meta name="twitter:description" content="Host static websites directly in your AT Protocol account. Keep full ownership and control with fast CDN distribution." /> 21 22 <!-- Theme --> 23 <meta name="theme-color" content="#7c3aed" /> 24 25 <link rel="icon" type="image/x-icon" href="./favicon.ico"> 26 <link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"> 27 <link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"> 28 <link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"> 29 <link rel="manifest" href="./site.webmanifest"> 30 </head> 31 <body> 32 <div id="elysia"></div> 33 <script type="module" src="./index.tsx"></script> 34 </body> 35</html>