git ssb

0+

cel / ssb-invitation-cards



Tree: 99632759931138b75a0c377236b80bbe2042a18d

Files: 99632759931138b75a0c377236b80bbe2042a18d / invite.html

827 bytesRaw
1<!doctype html>
2<html>
3 <head>
4 <meta charset=utf-8>
5 <title>Scuttlebutt Invite</title>
6 </head>
7 <body>
8 <img src="../invite-letterhead.jpg" alt="You've been invited to Scuttlebutt!">
9
10 <h3>Invite Code:</h3>
11 <p><textarea rows=2 style="width:100%" onclick="this.select()">{{invite_code}}</textarea></p>
12
13 <p>Use this invite code in one of these applications to get connected to the
14 <a href="https://www.scuttlebutt.nz/">Secure Scuttlebutt Network</a>:</p>
15 <ul>
16 <li><big><a href="https://ahdinosaur.github.io/patchwork-downloader/">Patchwork</a></big>
17 (Mac, Windows, Linux)</li>
18 <li><big><a href="https://manyver.se/">Manyverse</a></big> (Android)</li>
19 </ul>
20
21 <hr>
22 <p><strong>{{pub_name}}</strong>: <code>{{pub_id}}</code><br>
23 <strong>{{op_name}}</strong>: <code>{{op_id}}</code></p>
24 </body>
25</html>
26

Built with git-ssb-web