41 lines
1.3 KiB
HTML
41 lines
1.3 KiB
HTML
|
<footer class="antopie">
|
||
|
<div class="liensfooter centre">
|
||
|
<div class="lienfooter">
|
||
|
<a href="<?php formerUrlLocale("contact"); ?>" class="bouton">
|
||
|
Me contacter
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<?php if (DESTINATION === "onion") { ?>
|
||
|
|
||
|
<div class="lienfooter">
|
||
|
<a href="https://antopie.org/<?= $pathParts['filename'] ?>" class="bouton">
|
||
|
Accès <abbr title="Domain Name System">DNS</abbr>
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<?php } else { ?>
|
||
|
|
||
|
<div class="lienfooter">
|
||
|
<a href="http://antopieee25qeh4bvllwomq5pzrjmpvldbn2b653okyopkq5h7f7ilad.onion/<?= $pathParts['filename'] ?>" class="bouton">
|
||
|
Accès Onion
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<?php } ?>
|
||
|
|
||
|
</div>
|
||
|
<div class="interlude">
|
||
|
<div class="traitinterlude">
|
||
|
<hr>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="textefooter">
|
||
|
Services auto-hébergés avec datalove à Paris.
|
||
|
<br>
|
||
|
Le <a href="<?php echo clearnetOrOnion("https://code.antopie.org", "http://antcode5h4tntfei362x7eydifyxdjskjisv5pezk2othlh7oho2zhyd.onion"); ?>/miraty/web">code source de ce site</a> est publié sous <abbr title="GNU Affero General Public License version 3 ou toute version ultérieure"><a href="LICENSE.html">AGPLv3</a>+</abbr>.
|
||
|
<br>
|
||
|
Kopimi · <a href="<?= $pathParts['filename'] ?>.md">Document source</a>
|
||
|
</div>
|
||
|
</footer>
|