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.

fmt

+43 -27
+43 -27
index.html
··· 1 1 <!doctype html> 2 2 <html lang="en"> 3 - 4 - <head> 5 - <meta charset="UTF-8" /> 6 - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 - <meta name="description" content="A compendium of presences on the AT Protocol." /> 8 - <meta name="theme-color" content="#10090d" /> 9 - <link rel="canonical" href="https://haunt.at/" /> 10 - <link rel="icon" type="image/svg+xml" href="/haunt-sigil.svg" /> 11 - <meta property="og:type" content="website" /> 12 - <meta property="og:url" content="https://haunt.at/" /> 13 - <meta property="og:site_name" content="haunt.at" /> 14 - <meta property="og:title" content="haunted.at — an atmosphere compendium" /> 15 - <meta property="og:description" content="Visit a presence on the AT Protocol." /> 16 - <meta property="og:image" content="https://haunt.at/og.png" /> 17 - <meta property="og:image:alt" content="haunted.at — an atmosphere compendium" /> 18 - <meta name="twitter:card" content="summary" /> 19 - <meta name="twitter:title" content="haunted.at — an atmosphere compendium" /> 20 - <meta name="twitter:description" content="Visit a presence on the AT Protocol." /> 21 - <meta name="twitter:image" content="https://haunt.at/og.png" /> 22 - <meta name="twitter:image:alt" content="haunted.at — an atmosphere compendium" /> 23 - <title>haunt</title> 24 - </head> 25 - 26 - <body> 27 - <div id="root"></div> 28 - <script type="module" src="/src/main.tsx"></script> 29 - </body> 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 AT Protocol." 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="haunted.at — an atmosphere compendium" /> 17 + <meta 18 + property="og:description" 19 + content="Visit a presence on the AT Protocol." 20 + /> 21 + <meta property="og:image" content="https://haunt.at/og.png" /> 22 + <meta 23 + property="og:image:alt" 24 + content="haunted.at — an atmosphere compendium" 25 + /> 26 + <meta name="twitter:card" content="summary" /> 27 + <meta 28 + name="twitter:title" 29 + content="haunted.at — an atmosphere compendium" 30 + /> 31 + <meta 32 + name="twitter:description" 33 + content="Visit a presence on the AT Protocol." 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> 30 42 43 + <body> 44 + <div id="root"></div> 45 + <script type="module" src="/src/main.tsx"></script> 46 + </body> 31 47 </html>