]> arthur.barton.de Git - ngircd-web.git/blob - mirrors.php
Update the --help output
[ngircd-web.git] / mirrors.php
1 <?php
2         include('includes/common.php');
3         begin_page('de');
4 ?>
5 <h2>
6         Mirrors / Spiegel
7 </h2>
8 <ul>
9         <li><a href="https://ngircd.barton.de/">ngircd.barton.de</a>&thinsp;🔒
10 </ul>
11 <ul>
12         <li><a href="https://ngircd.sourceforge.io/">ngircd.sourceforge.io</a>&thinsp;🔒
13 </ul>
14
15 <?php
16         end_page();
17 ?>