summaryrefslogtreecommitdiff
path: root/data/greeting.html
diff options
context:
space:
mode:
authorPaul Wilde <paul@wilde.cloud>2024-01-26 15:40:19 +0000
committerPaul Wilde <paul@wilde.cloud>2024-01-26 15:40:19 +0000
commit1060baa6ca31f53fdfe54d44a4d6eabbff87eb5c (patch)
tree7799617613bf4a83ec66e51606115d4ba600fc05 /data/greeting.html
parent7de892bd8318f049ef12f1950f39ff068f19e389 (diff)
added host-meta endpoint for subwaytooter app
Diffstat (limited to 'data/greeting.html')
-rw-r--r--data/greeting.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/greeting.html b/data/greeting.html
new file mode 100644
index 0000000..b664538
--- /dev/null
+++ b/data/greeting.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html><head>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Welcome to %host%</title>
+<body style="margin: auto; max-width: 50em">
+<p><b>%host%</b> is a <a href="https://en.wikipedia.org/wiki/Fediverse">Fediverse</a> instance that uses the <a href="https://en.wikipedia.org/wiki/ActivityPub">ActivityPub</a> protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.</p>
+<p>This server runs the <a href="https://comam.es/what-is-snac">snac</a> software and there is no automatic sign-up process.</p>
+<p>The following users are part of this community:</p>
+
+%userlist%
+
+<p>This site is powered by <abbr title="Social Networks Are Crap">snac</abbr>.</p>
+</body></html>