mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
13 lines
806 B
HTML
13 lines
806 B
HTML
<!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>
|