-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstances.php
49 lines (38 loc) · 1.25 KB
/
instances.php
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
45
46
47
48
49
<?php
include "misc/header.php";
?>
<div>
<table class="instance-table margin-top-50">
<tr>
<th>Hosted</th>
<td>NorthAmerica/US</td>
</tr>
<tr>
<th>Clearnet</th>
<td><a href="https://trnt.librey.org">https://trnt.librey.org</a></td>
</tr>
<tr>
<th>Tor</th>
<td><a
href="http://po2fyxzl3tadffsiotc3zvgrb4hgex7xpvlutah3um6ick6cneidkrid.onion">http://po2fyxzl3tadffsiotc3zvgrb4hgex7xpvlutah3um6ick6cneidkrid.onion</a>
</td>
</tr>
</table>
<table class="instance-table margin-top-50">
<tr>
<th>Tor</th>
<td><a
href="http://vyurzzaj3zi4gblkfabqrioyo5rfi5pczjjn3decuvjw2bqvbowhfwyd.onion">http://vyurzzaj3zi4gblkfabqrioyo5rfi5pczjjn3decuvjw2bqvbowhfwyd.onion</a>
</td>
</tr>
<tr>
<th>I2P</th>
<td><a
href="http://tb5t4jzxp4uu67jrm7iqizs4cms26mz7qefj2nz6roxhhw4p22ba.b32.i2p">http://tb5t4jzxp4uu67jrm7iqizs4cms26mz7qefj2nz6roxhhw4p22ba.b32.i2p</a>
</td>
</tr>
</table>
</div>
<?php
include "misc/footer.php";
?>