-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.html
44 lines (43 loc) · 1.34 KB
/
join.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
layout: default
---
<div id="try">
<h2 class="subtitle">Try GNU social</h2>
Please note that the servers listed here are not run by us and we are not responsible for their operation or their content. They are listed here as a service to the community.
</div>
<div class="instances">
<table>
<thead>
<tr>
<th>Name</th>
<th style="width: 30%;">Country</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://gnusocial.net/">gnusocial.net</a></td>
<td>DE</td>
</tr>
<tr>
<td><a href="https://loadaverage.org/">LoadAverage</a></td>
<td>US</td>
</tr>
<tr>
<td><a href="https://gnusocial.cc/">gnusocial.cc</a></td>
<td>NL</td>
</tr>
<tr>
<td><a href="https://kwat.chat/">kwat.chat</a></td>
<td>CA</td>
</tr>
<tr>
<td><a href="https://social.thefreaks.club/">social.thefreaks.club</a></td>
<td>US</td>
</tr>
<tr>
<td><a href="https://gnusocial.hatthieves.es/">gnusocial.hatthieves.es</a></td>
<td>ES</td>
</tr>
</tbody>
</table>
</div>