First commit
This commit is contained in:
parent
139b4d7fcd
commit
29a4b27d38
1 changed files with 25 additions and 0 deletions
25
web/site/links.php
Normal file
25
web/site/links.php
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
|
||||
if (!defined('N')) {
|
||||
echo('You probably meant <a href="'.preg_replace('/\.php$/','',$_SERVER['REQUEST_URI']).'">this</a>.');
|
||||
exit(0);
|
||||
}
|
||||
|
||||
echo('</nav>
|
||||
<div class="scrwide">
|
||||
<div class="scrwidein">
|
||||
<section class="sectcontm">
|
||||
<h3>'._('Links').'</h3>
|
||||
<p>'._('Some links you may find useful').'</p>
|
||||
<ul>
|
||||
<li><a href="https://fediverse.party/">fediverse.party</a>: '._('a good starting point to approach the Fediverse').'</li>
|
||||
<li><a href="https://instances.social/">instances.social</a>: '._('another Mastodon instances database, has a wizard to help choosing an instance').'</li>
|
||||
<li><a href="https://fedidb.org/">fedidb.org</a>: '._('very comprehensive stats about Fediverse').'</li>
|
||||
<li><a href="https://fedi.tips/">fedi.tips</a>: '._('another very good, unofficial, non-technical guide to using Mastodon and the wider Fediverse').'</li>
|
||||
<li><a href="https://mastodon.help/verbose/">Verbose</a>: '._('a tool to split Mastodon posts').'</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</div>'.N);
|
||||
|
||||
?>
|
Loading…
Reference in a new issue