summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/webfinger10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/webfinger b/public/webfinger
new file mode 100644
index 0000000..507b34e
--- /dev/null
+++ b/public/webfinger
@@ -0,0 +1,10 @@
+{
+ "subject": "acct:pdp8@social.pdp8.info",
+ "links": [
+ {
+ "rel": "self",
+ "type": "application/activity+json",
+ "href": "https://social.pdp8.info/pdp8"
+ }
+ ]
+}