nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests |Archive

greeting.html.tmpl (923B)


      1 <!DOCTYPE html>
      2 <html><head>
      3 <meta name="viewport" content="width=device-width, initial-scale=1"/>
      4 <link rel="icon" type="image/x-icon" href="https://%host%/favicon.ico"/>
      5 <style>*{color-scheme:light dark}body{margin:auto;max-width:50em}</style>
      6 <title>Welcome to %host%</title>
      7 </head>
      8 <body>
      9 <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>
     10 <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>
     11 <p>The following users are part of this community:</p>
     12 
     13 %userlist%
     14 
     15 <p>This site is powered by <abbr title="Social Networks Are Crap">snac</abbr>.</p>
     16 </body></html>