diff --git a/static/.well-known/webfinger b/static/.well-known/webfinger new file mode 100644 index 0000000..a7fffc9 --- /dev/null +++ b/static/.well-known/webfinger @@ -0,0 +1,20 @@ +{ + "subject":"acct:trivernis@social.funkyfish.cool", + "aliases": + [ + "https://social.funkyfish.cool/@trivernis" + ], + "links": + [ + { + "rel":"self", + "type":"application/activity+json", + "href":"https://social.funkyfish.cool/@trivernis" + }, + { + "rel":"http://webfinger.net/rel/profile-page", + "type":"text/html", + "href":"https://social.funkyfish.cool/@trivernis" + } + ] +} \ No newline at end of file diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..ecc8bf5 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/favicon.png b/static/favicon.png index 825b9e6..1b7f14f 100644 Binary files a/static/favicon.png and b/static/favicon.png differ