alpha
Login
or
Join now
aly.codes
/
haunt
Star
0
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A demon compendium, deterministically derived from DIDs + PDS records.
haunt.at
atmosphere
atproto
Star
0
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fmt
author
Aly Raffauf
date
4 days ago
(Jul 23, 2026, 10:14 AM -0400)
commit
d65455a1
d65455a1271ae5aedf6a1cb87776e73b5a9853ee
parent
145e917e
145e917ed79776306c6e87255cd118efc54971be
+43
-27
1 changed file
Expand all
Collapse all
Unified
Split
index.html
+43
-27
index.html
View file
Reviewed
···
1
1
<!doctype html>
2
2
<html lang="en">
3
3
-
4
4
-
<head>
5
5
-
<meta charset="UTF-8" />
6
6
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
-
<meta name="description" content="A compendium of presences on the AT Protocol." />
8
8
-
<meta name="theme-color" content="#10090d" />
9
9
-
<link rel="canonical" href="https://haunt.at/" />
10
10
-
<link rel="icon" type="image/svg+xml" href="/haunt-sigil.svg" />
11
11
-
<meta property="og:type" content="website" />
12
12
-
<meta property="og:url" content="https://haunt.at/" />
13
13
-
<meta property="og:site_name" content="haunt.at" />
14
14
-
<meta property="og:title" content="haunted.at — an atmosphere compendium" />
15
15
-
<meta property="og:description" content="Visit a presence on the AT Protocol." />
16
16
-
<meta property="og:image" content="https://haunt.at/og.png" />
17
17
-
<meta property="og:image:alt" content="haunted.at — an atmosphere compendium" />
18
18
-
<meta name="twitter:card" content="summary" />
19
19
-
<meta name="twitter:title" content="haunted.at — an atmosphere compendium" />
20
20
-
<meta name="twitter:description" content="Visit a presence on the AT Protocol." />
21
21
-
<meta name="twitter:image" content="https://haunt.at/og.png" />
22
22
-
<meta name="twitter:image:alt" content="haunted.at — an atmosphere compendium" />
23
23
-
<title>haunt</title>
24
24
-
</head>
25
25
-
26
26
-
<body>
27
27
-
<div id="root"></div>
28
28
-
<script type="module" src="/src/main.tsx"></script>
29
29
-
</body>
3
3
+
<head>
4
4
+
<meta charset="UTF-8" />
5
5
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
+
<meta
7
7
+
name="description"
8
8
+
content="A compendium of presences on the AT Protocol."
9
9
+
/>
10
10
+
<meta name="theme-color" content="#10090d" />
11
11
+
<link rel="canonical" href="https://haunt.at/" />
12
12
+
<link rel="icon" type="image/svg+xml" href="/haunt-sigil.svg" />
13
13
+
<meta property="og:type" content="website" />
14
14
+
<meta property="og:url" content="https://haunt.at/" />
15
15
+
<meta property="og:site_name" content="haunt.at" />
16
16
+
<meta property="og:title" content="haunted.at — an atmosphere compendium" />
17
17
+
<meta
18
18
+
property="og:description"
19
19
+
content="Visit a presence on the AT Protocol."
20
20
+
/>
21
21
+
<meta property="og:image" content="https://haunt.at/og.png" />
22
22
+
<meta
23
23
+
property="og:image:alt"
24
24
+
content="haunted.at — an atmosphere compendium"
25
25
+
/>
26
26
+
<meta name="twitter:card" content="summary" />
27
27
+
<meta
28
28
+
name="twitter:title"
29
29
+
content="haunted.at — an atmosphere compendium"
30
30
+
/>
31
31
+
<meta
32
32
+
name="twitter:description"
33
33
+
content="Visit a presence on the AT Protocol."
34
34
+
/>
35
35
+
<meta name="twitter:image" content="https://haunt.at/og.png" />
36
36
+
<meta
37
37
+
name="twitter:image:alt"
38
38
+
content="haunted.at — an atmosphere compendium"
39
39
+
/>
40
40
+
<title>haunt</title>
41
41
+
</head>
30
42
43
43
+
<body>
44
44
+
<div id="root"></div>
45
45
+
<script type="module" src="/src/main.tsx"></script>
46
46
+
</body>
31
47
</html>