A demon compendium, deterministically derived from DIDs + PDS records. haunt.at
atmosphere atproto
0

Configure Feed

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

haunt / index.html
1.5 kB 47 lines
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 <meta 7 name="description" 8 content="A compendium of presences on the Atmosphere." 9 /> 10 <meta name="theme-color" content="#10090d" /> 11 <link rel="canonical" href="https://haunt.at/" /> 12 <link rel="icon" type="image/svg+xml" href="/haunt-sigil.svg" /> 13 <meta property="og:type" content="website" /> 14 <meta property="og:url" content="https://haunt.at/" /> 15 <meta property="og:site_name" content="haunt.at" /> 16 <meta property="og:title" content="haunt.at — an atmosphere compendium" /> 17 <meta 18 property="og:description" 19 content="Summon a presence on the Atmosphere." 20 /> 21 <meta property="og:image" content="https://haunt.at/og.png" /> 22 <meta 23 property="og:image:alt" 24 content="haunt.at — an atmosphere compendium" 25 /> 26 <meta name="twitter:card" content="summary" /> 27 <meta 28 name="twitter:title" 29 content="haunt.at — an atmosphere compendium" 30 /> 31 <meta 32 name="twitter:description" 33 content="Summon a presence on the Atmosphere." 34 /> 35 <meta name="twitter:image" content="https://haunt.at/og.png" /> 36 <meta 37 name="twitter:image:alt" 38 content="haunted.at — an atmosphere compendium" 39 /> 40 <title>haunt</title> 41 </head> 42 43 <body> 44 <div id="root"></div> 45 <script type="module" src="/src/main.tsx"></script> 46 </body> 47</html>