greeting.html 806 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html><head>
  3. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  4. <title>Welcome to %host%</title>
  5. <body style="margin: auto; max-width: 50em">
  6. <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>
  7. <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>
  8. <p>The following users are part of this community:</p>
  9. %userlist%
  10. <p>This site is powered by <abbr title="Social Networks Are Crap">snac</abbr>.</p>
  11. </body></html>