antopie/end.inc.html

20 lines
993 B
HTML

<footer class="antopie">
<div class="interlude">
<hr>
</div>
<div class="row padRow">
<a href="<?php formerUrlLocale("contact"); ?>" class="button">Me contacter</a>
<br>
<?php if (DESTINATION === "onion") { ?>
<a href="https://antopie.org/<?= $pathParts['filename'] ?>" class="button">Accès <abbr title="Domain Name System">DNS</abbr></a>
<?php } else { ?>
<a href="http://antopieee25qeh4bvllwomq5pzrjmpvldbn2b653okyopkq5h7f7ilad.onion/<?= $pathParts['filename'] ?>" class="button">Accès Onion</a>
<?php } ?>
</div>
<div>
Services auto-hébergés avec datalove à Paris.
<br>
Les <a href="<?php echo clearnetOrOnion("https://code.antopie.org", "http://antcode5h4tntfei362x7eydifyxdjskjisv5pezk2othlh7oho2zhyd.onion"); ?>/Antopie/antopie">sources de ce site</a> sont publiées sous <abbr title="GNU Affero General Public License version 3 ou toute version ultérieure"><a href="LICENSE.en.html">AGPLv3</a>+</abbr>.
</div>
</footer>